Donnie Green wrote:
> 
> All,
> The following command now allows me to mount my floppy drive without errors,
> but I cannot read any of the files on the floppy disk:
> 
> /dev/fd0 /mnt/floppy supermount fs=vfat,dev=/dev/fd0 0 0
> 
> I placed a floppy in that has a document written with notepad and a document
> with Microsoft Word (95) on it.  I couldn't see a thing.  Should I go buy
> unformated disks and format them using the ext2 fs?
> 
Donnie,

My fstab line reads:

/mnt/floppy /mnt/floppy supermount
fs=vfat,dev=/dev/fd0 0 0

Since you are starting with /dev/fd0 (which is
already referenced in dev=), it may not be giving
us a correct path statement.  Don't change the
fs=vfat if you want to view DOS/Windows based
files.  If you open up a term and do a 'man fs',
you can read up on fs.

Barry :-)

Reply via email to