Results 1 to 2 of 2
when I try to mount from the command line using: " mount /dev/fd0 ",
the reply says that the related lines in " fstab " file can not be found.
...
- 01-14-2007 #1Just Joined!
- Join Date
- Jan 2007
- Posts
- 6
how to mount floppy drive?
when I try to mount from the command line using: "mount /dev/fd0",
the reply says that the related lines in "fstab" file can not be found.
what are these lines? should I append them to the file myself?
Thanks a lot.
- 01-14-2007 #2
yes. add an entry for floppy drive in fstab file.
if mount point /media/floppy0 is not there, create one.Code:/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
in case it doesn't work, post the contents of /etc/fstab file.
CasperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote