Thank's for answering sgtfoo,
think I've got to explain it more precisely..
We are not talking about the same partition, neither the same disk. We are talking about two different disks. One I've mounted and formatted it with ext4, on this one following permissions are set: 777 Owner, 777 group, 777 others.
The other one is a ntfs disk with data on it. As I mounted it, I had no permissions. Had to change the uid and the gid in fstab to get access. The prob is that the permissions now are set as following: 777 Owner, 777 group, 775 others
Others don't have full access, they have full access to disks 777, folders 777, files 775, which I would like to change to 777.
The fstab entry: /var/hda/files/drives/drive7 ntfs-3g rw,user,fmask=0113,dmask=0002,uid=1000,gid=130,noatime 1 2
What do I have to change to get also full access for "others" ? Tried it with gksudo nautilus, but it doesn't change anything, therefore I thought it would be the best to change it in fstab.
Read that the fmask has to do with the file access, just did'nt find out how the numbers have to be changed...
Also thanks for the links to share permissions, unfortunately I didn't find my answer. For somebody who has a glue how that stuff is working, it must be pretty easy (changing fmask=0113 to fmask=0777, just an example)
Please keep in mind that I am a Newbie, working 17 years with win and got my first unix install managed (was a pretty new experience, thanks to bigfoot)
