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 [EMAIL PROTECTED] with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at http://www.suse.com/Support/Doku/FAQ/ and the
archiv at http://www.suse.com/Mailinglists/suse-linux-e/index.html

Reply via email to