![](https://seccdn.libravatar.org/avatar/cda95aaca40bc45a1f8852de22f4558e.jpg?s=120&d=mm&r=g)
When I do put that line in and try to mount it by giving the command mount /floppy/ it says that only root can do that... However when I change the fstab entry to...... /dev/fd0 /floppy auto rw,noauto,user,exec,umask=000 and issue a mount /floppy/ command it says...... zuli@L31:/home/zuli > mount /floppy/ mount: wrong fs type, bad option, bad superblock on /dev/fd0, or too many mounted file systems And also when I issue just the mount command to see what is mounted it says........ zuli@L31:/home/zuli > mount /dev/hda5 on / type ext2 (rw) proc on /proc type proc (rw) It's werid :-) I don't think the AUTO entry works. When I change it to ext2 or msdos, it works just fine
You could also use something like
/dev/fd0 /mnt/floppy auto defaults 0 0
This way the file system is detected automatically.
- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <A HREF="http://www.suse.com/Support/Doku/FAQ/"><A HREF="http://www.suse.com/Support/Doku/FAQ/</A">http://www.suse.com/Support/Doku/FAQ/</A</A>> and the archiv at <A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html"><A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html</A">http://www.suse.com/Mailinglists/suse-linux-e/index.html</A</A>>