Possible Duplicate:
Is NTFS on Ubuntu stable?
Does Linux (Fedora + Ubuntu) support NTFS file-system. They are known to support ext file system. I want to have same file system for both the windows and linux.
Possible Duplicate:
Is NTFS on Ubuntu stable?
Does Linux (Fedora + Ubuntu) support NTFS file-system. They are known to support ext file system. I want to have same file system for both the windows and linux.
Linux supports NTFS using the ntfs-3g FUSE driver. However, it is not recommended to use NTFS or any other FUSE filesystem for the Linux root partition (/), due to the added complexity. (NTFS for /home would be okay.)
/home either, because you can't set POSIX ownership or permissions on it.
– Shadur-don't-feed-the-AI
Jan 11 '16 at 21:13