filesystem permissions
Posted: Mon Aug 06, 2012 3:41 pm
Hey there
Got a question about the permissions of my ntfs disks..
Got one disk which is ext4, everybody has full permission (Owner, group, others)
UUID=xxxxxxxxxxxxxxxx /var/hda/files/drives/drive5 ext4 defaults 1 2
Now one of the ntfs disks:
/var/hda/files/drives/drive7 ntfs-3g rw,user,fmask=0113,dmask=0002,uid=1000,gid=130,noatime 1 2
Permissions: 777 Owner, 777 group, 775 others
what do I have to change in fstab to get 777 for others, too? Do I have to leave the fmask and dmask and use umask instead? Dont get it...
Thanks

Got a question about the permissions of my ntfs disks..
Got one disk which is ext4, everybody has full permission (Owner, group, others)
UUID=xxxxxxxxxxxxxxxx /var/hda/files/drives/drive5 ext4 defaults 1 2
Now one of the ntfs disks:
/var/hda/files/drives/drive7 ntfs-3g rw,user,fmask=0113,dmask=0002,uid=1000,gid=130,noatime 1 2
Permissions: 777 Owner, 777 group, 775 others
what do I have to change in fstab to get 777 for others, too? Do I have to leave the fmask and dmask and use umask instead? Dont get it...
Thanks