Click to See Complete Forum and Search --> : mount floppy


patcunha
04-27-2003, 12:04 PM
I've just installed YDL 2.3 and I can't see the content of the floppy. I tried to mount It but I keep geting a message that tells me there is no mount line on /etc/ fsat (???)

ShieldWolf
04-27-2003, 12:34 PM
Try man mtools at the command line and see if that will work better for you. Mtools will allow you to work with a floppy much like a dos based system would.

Alex Cavnar, aka alc6379
05-03-2003, 03:33 AM
You have to tell it what device to mount it as. Try this as root:

/sbin/mount /dev/fd0 /mnt

That will make the contents of the floppy available under the /mnt/ directory.