TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

fstab question



I am having trouble letting any user mount the floppy on my system.  I get
a "you must specify the filesystem type".  I believe I have fstype
correctly set to auto in my fstab (below.)  Any bright ideas on what
stupid mistake I'm making?

/dev/hda5               /                       ext2    defaults        1 1
/dev/sda5               /home                   ext2    defaults        1 2
/dev/sda1               /usr                    ext2    defaults        1 2
/dev/hda6               swap                    swap    defaults        0 0
/dev/fd0                /mnt/floppy             auto    sync,user,nosuid,nodev,unhide 0 0
/dev/hda1		/mnt/Soft		vfat	user,noauto,nosuid,exec,nodev,unhide 0 0
/dev/cdrom              /mnt/cdrom              auto     user,nosuid,exec,nodev,ro 0 0
/dev/scd0		/mnt/cd2		auto	user,nosuid,exec,nodev,ro 0 0
/dev/sdb		/mnt/zip		auto	sync,users,noauto,nosuid,nodev	0 0
none                    /proc                   proc    defaults        0 0
none                    /dev/pts                devpts  mode=0622       0 0