On Mon, 01 May 2006 05:10, Nick Rout wrote: > remove noauto, so the line will then read: > > /dev/hda2 /mnt/hda2 vfat,ext3,ext2,reiserfs users,exec 0 0
More experimentation reveals that simply removing "noauto" did not work but removing it and putting the whole line above the line # Dynamic entries below, identified by 'users' option did the trick. Bernard, my fstab file on a similar setup to yours is now...... # Pluggable devices are handled by uDev, they are not in fstab /dev/hda3 / reiserfs defaults,noatime,notail 0 0 /dev/hda5 swap swap sw,pri=1 0 0 none /proc proc defaults 0 0 none /proc/bus/usb usbfs devmode=0666 0 0 none /dev/pts devpts mode=0622 0 0 none /sys sysfs defaults 0 0 /dev/hda6 /home reiserfs defaults,noatime,notail 0 0 /dev/hda2 /mnt/hda2 vfat,ext3,ext2,reiserfs users,exec 0 0 # Dynamic entries below, identified by 'users' option /dev/hda1 /mnt/hda1 ntfs noauto,users,exec,ro,umask=0222 0 0 /dev/hdc /mnt/cdrom iso9660,udf noauto,users,exec,ro 0 0
