Originally posted by Modorf
you need to make a directory for the mount point
mkdir /mnt/floppy
mount -t vfat /dev/fd0 /mnt/floppy
cp ~root/file* /mnt/floppy
ls /mnt/floppy
Modorf,

I entered the mount command as shown above and received this message:

According to mtab /dev/fd0 is mounted on /mnt/bootdev

I tried umount /mnt/bootdev and got this message:

/mnt/bootdev device or resource busy

We are probably close, though, but I still need guidance.

Thank you,

Jan