LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   File/Folder permission with ntfs-3g (https://www.linuxquestions.org/questions/linux-general-1/file-folder-permission-with-ntfs-3g-590411/)

replica9000 10-08-2007 10:49 PM

File/Folder permission with ntfs-3g
 
I use the ntfs-3g driver to read/write to my NTFS partition. Everything works fine except I can't seem to set individual file or folder permissions even as root. Is this not possible with NTFS under Linux?

Also if it matters here is the fstab entry for this partition:
Code:

/dev/hda5        /home/replica/hda5        ntfs-3g defaults,locale=en_US.UTF-8 0 0

igu 10-09-2007 02:31 AM

It's not possible with the stable driver yet, only with the experimental security extension: http://perso.orange.fr/b.andre/security.html

However you can use safely related mount time options already, like uid, gid, fmask, and dmask, to control who has access to the files and directories. Try 'man ntfs-3g' for details.


All times are GMT -5. The time now is 09:01 PM.