Try umask...
E.g. 
a) In your /etc/fstab put the following line:
/dev/hda1   /mnt/dos   vfat   rw,user,umask=000,noauto   0 0
In this case, all users have rwx rights in the DOS partition.

b) Make a group, put the users which you want to have rwx rights in DOS
partition in this group, and use "gid" and "umask" in your /etc/fstab
file.

(Read first man mount).

Vincent Caintic wrote:
> 
> i'd like to give another account on my computer access to write folders on my
> mounted win98 partition. that account only has read access to them by default.
> however, even when i attempt to change the permissions using chmod under root,
> the folder always has the permissions 0755.
> 
> i'm still new to linux and haven't really messed with permissions before, so
> this might seem dumb and the above might be irrevelant info. anyway, how do i
> change this?
> 
> thanks for any advice.

-- 
Catalin Bucur                                \|/
Hardware engineer                          ^(o o)^
mailto:[EMAIL PROTECTED]       ~~~~~~~~~oOO~~(_)~~OOo~~~~~~~~~

Reply via email to