On Monday 11 September 2006 9:46 pm, Robert Fisher wrote: > On Monday 11 September 2006 9:26 pm, Christopher Sawtell wrote: > > On Tuesday 12 September 2006 12:44, alan zl3kr wrote: > > > /dev/hdb1 /mnt/hdb1 vfat,ext3,ext2,reiserfs noauto,users,exec 0 0 > > > > Change this line in /etc/fstab so that it reads: > > /dev/hdb1 /mnt/hdb1 vfat,ext3,ext2,reiserfs auto,users,exec 0 0 > > In Mepis any changes below the dynamic entries line get overidden on next > boot so rather than comment it out as I said in my previous post, shift it > above the line and comment it out.
Here is my fstab.... # 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 auto defaults,noatime 1 2 #/dev/hda2 /mnt/hda2 vfat,ext3,ext2,reiserfs users,exec 0 0 /dev/hda2 /mnt/hda2 vfat defaults,umask=000 0 0 # Dynamic entries below, identified by 'users' option /dev/hda1 /mnt/hda1 ntfs noauto,users,exec,ro,umask=0222 0 0 /dev/cdrom /media/cdrom iso9660,udf noauto,users,exec,ro 0 0
