I'm not sure what you mean but I saw something in you fstab that wasn't in mine: [quote] Here an example of what the mount command should show you from my computer:


Code:



HappyTux:/home/stephen# mount
/dev/hda1 on / type reiserfs (rw)
proc on /proc type proc (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
/dev/hda4 on /home type ext3 (rw)
/dev/hda5 on /music type ext3 (rw)
none on /proc/bus/usb type usbdevfs (rw), mine shows: # filesystem mountpoint type options dump pass
# Added by KNOPPIX
/dev/hdb5 /mnt/hdb5 vfat auto,users,exec,umask=000,uid=knoppix,gid=knoppix 0 0. wher your's show your filesystem as type ext3, mine shows filesystem as type vfat. Could that be the problem