Click to See Complete Forum and Search --> : Can't mount floppy disk(using alot of methods)


men
01-06-2003, 12:25 PM
Hi,
I have search the forums but still got this problem.
I have got an error msg - "mount: /dev/fd0: unknown device" whenever i tried to mount it.
Anybody got an idea wat went wrong.

THanx in advance

threadhead
01-06-2003, 01:06 PM
you maybe didnt install the floppy at the device /dev/fd0 but somewhere
else. ;)

men
01-07-2003, 12:31 AM
U mean that I should mount it automatically thru fstab first???
Is it possible to manually mount aa floppy drive??

mdwatts
01-07-2003, 06:59 AM
What mount command are you using that gives you the error message?


Is it possible to manually mount aa floppy drive??


mount -t msdos /dev/fd0 /mnt/<mountpoint>

mount -t ext2 /dev/fd0 /mnt/<mountpoint>

mount -t auto /dev/fd0 /mnt/<mountpoint>

men
01-07-2003, 09:46 AM
i think i know where my problem lies already.
My linux is installed on a laptop and the floppy drive is usb connected to the laptop.
Anyway, anybody know how to get around this problem??

rid3r
01-07-2003, 10:50 AM
see what your /dev/floppy symbolic link points to:
$ ls -l /dev | grep floppy
usb floppy is not /dev/fd0 you should try to link /dev/floppy to the right device (look for usb howto e.t.c)