Hi all,
I've edited my fstab file to mount my DOS partitions under Linux during
bootup. However, I can't seem to change their permissions such that my
user account can have read / write capability. Right now, only the root
has rwx, and everyone else is r-x. As root, I've done a chmod a +rwx
using the recursive and verbose switches, I watch as it changes the
permissions on all my DOS files recursively, to rwx for all users, or so
it seems. But once it's done, I still don't have write permissions for
users other than root. I thought that maybe if I mounted them in my
user's root directory, ie. /home/hau then my user account would have
write access, but that didn't work either. What am I doing wrong?
Thanks for your help,
Howard