[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Access fat-partition as user?



> Hi!
> I have a windows-partition (/dev/sda1) I want to access
> from debian but can only do it as root (su). I tried to chmod
> it to "754" so user could access it but it doesn't change
> the permision on it.

Simply chmod'ing the permissions of the mount point won't
help. Use mount with the uid, gid and umask options - consult
mount's manpage for details. I'm mounting my FAT partitions
with

uid=0,gid=1001,umask=002

which gives all members of group 1001 read/write and
all other users read permission.

HTH,

Jan



Reply to: