-2

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.

nitin
  • 17

1 Answers1

2

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.)

u1686_grawity
  • 452,512