got it
mount -t vfat /dev/fd0 /mnt/floppy

also got the route and dns figured out.

>>> [EMAIL PROTECTED] 01/17/01 03:17PM >>>
On Wed, 17 Jan 2001, you wrote:
> tried that before didn't work
> mount -t vfat /dev/fd0 and tried /fdo
> gives me usage text.. something with the parameters are not correct.
> 
Then try mount -t msdos /dev/fd0
This is assuming you have your mount point specified in the fstab. If you
don't, you may have to explicitly state where to mount the floppy at. For
example you might want to make a directory under /mnt for /floppy. Thus the
command line might be something like:
mount /dev/fd0 /mnt/floppy
        John



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED] 
https://listman.redhat.com/mailman/listinfo/redhat-list



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to