Is there any Linux distribution that has full NTFS support?
Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Is there any Linux distribution that has full NTFS support?
Hello there,
I was using ubuntu 10.10 earlier and found that it does allow user to modify the file permissions for the files inside NTFS partition.
I have few files on NTFS partition and I cannot afford to move them, but I need to change the file permissions of those regularly.
Can anyone tell me, if there is any other linux distribution that has full support to NTFS file systems and will not create any such problem?
Thanks in advance.
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,500
Rep:
Most distributions support NTFS-3g in addition to the basic NTFS driver. The only significant thing you can't do with NTFS using the NTFS-3g driver is run fsck (chkdisk).
Keep in mind that NTFS is a Microsoft proprietary (closed source) patented / copyrighted technology. That means that everything created on Linux in regards to the filesystem must be painstakingly reverse-engineered. Unless you absolutely must use NTFS, you are much better off using an open source filesystem.
To add to that. Most distro's do not mount filesystems in read write (ntfs-3g). You usually have to tell the distro to do that and might require admin or other privileges to the user.
...
So, how do I use this ntfs-3g?
Will it help me in modifying permissions on NTFS ?
you cannot change filepermissions of an NTFS-system with Linux. More general you cannot change filepermissions of another Operatingsystem or even another Linux-installation on the same computer. The only exception is if you have (between Linux-installations) same user same ID.
The same is true for Windows, you cannot change the permissions for one system on another (for example on an external harddrive).
The problem is, that (in general) one operatingsystem does not know about the users on the other system.
But note that it is possible to handle root's permissions between different Linux-systems because root has always ID=0.
edit The Tuxera article seems to suggest that future versions of the driver may support editing NTFS ACLs. That is, if I understand what I'm reading there. At any rate, I've never had success using chmod on NTFS volumes.
Last edited by Telengard; 11-07-2011 at 01:59 AM.
Reason: more info
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.