PDA

View Full Version : [Fstab] Mounting errors: How to solve them??



Coume
07-23-2003, 07:49 AM
Hello,
I have this in my fstab:


# /etc/fstab: filesystem table.
#
# filesystem mountpoint type options dump pass
/dev/hda3 / reiserfs defaults 0 1
/dev/hda6 none swap sw 0 0
proc /proc proc defaults 0 0
/dev/sda1 /mnt/usb auto auto,user 0 0
none /proc/bus/usb usbdevfs defaults 0 0
/dev/fd0 /floppy vfat defaults,user,noauto,showexec,umask=022 0 0
/dev/cdrom /cdrom iso9660 defaults,ro,user,noexec,noauto 0 0

# partitions found by Knoppix
#/dev/hda3 /mnt/hda3 reiserfs noauto,user,exec 0 0
/dev/hda1 /mnt/hda1 ntfs defaults,user,exec 0 0
/dev/hda5 /mnt/hda5 vfat defaults,user,exec,umask=000 0 0


But during the boot, I can see these errors:


mount: fs type users not supported by kernel
modprobe: modprobe: Can't locate module: auto
modprobe: modprobe: Can't locate module: users


Do someone know what it means and how I can solve that??

Thxs in advance
Ludo

Viro
07-23-2003, 11:54 PM
For the entry point /dev/sda1, try setting it to vfat instead. That should get rid of the error.

Coume
07-24-2003, 06:59 AM
Thxs!

I'll try that tonight, back home and let you now tomorrow!

Ludo