> I've used the command mount /mnt/floppy and mount /dev/fd0 but these spew
> out that extra command s are needed and the msdos format on the floppy is
> not recognised

You can always (as root) mount it manually:

mount /dev/fd0 /mnt/floppy

or even more specifically 

mount /dev/fd0u1440 /mnt/floppy

Note that I'm not sure that fd0u1440 is the exact name of the 1.44M floppy
zero device as RH changed it a few times... ls /dev/fd0* should tell you.






-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to