On Tuesday 12 September 2006 12:44 pm, alan zl3kr wrote: > Below is the fstab file. > Yes I can still see drive 'E' from windows and the files that were > placed in it. > > # Pluggable devices are handled by uDev, they are not in fstab > /dev/hdb2 / ext3 defaults,noatime 1 1 > 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
Add this line here (it has to be above the Dynamic entries line.) /dev/hdb1 /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 Comment the line below out. > /dev/hdb1 /mnt/hdb1 vfat,ext3,ext2,reiserfs noauto,users,exec 0 0 Rob
