I have the following line in my fstab to mount hdb1;
/dev/hdb1 /mnt/hdb1 vfat auto,user,noexec,rw,sync 0 0
Works fine as root but no write access as normal user. I've tried unmounting and setting /mnt/hdb1 directory permission to 660 but when i remount it changes back to 500. I'm guessing I'm missing an option in the fstab line that would set default permission for this drive to 660, how should I change the entry?
Thusfar I've obtained info on this from here;
http://www.tuxfiles.org/linuxhelp/fstab.html
was a great start but no mention of the permission setting.
thks