Does Linux support NTFS file system

5,669

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

Share:
5,669

Related videos on Youtube

nitin
Author by

nitin

Updated on September 18, 2022

Comments

  • nitin
    nitin over 1 year

    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.

    • slhck
      slhck about 12 years
      -1, Question does not show research effort. It's pretty easy to find documentation about NTFS in Ubuntu, for example.
    • nitin
      nitin about 12 years
      @slhck How can you say that ! I searched on google and couldn't find intent results
    • slhck
      slhck about 12 years
      I found that page by entering "ntfs ubuntu". I get more than seven million results for that query alone. It's really not that hard to find information online. What did you search for, if I may ask?
    • nitin
      nitin about 12 years
      @slhck i got this
  • Shadur
    Shadur over 8 years
    I wouldn't recommend NTFS for /home either, because you can't set POSIX ownership or permissions on it.
  • user1686
    user1686 over 8 years
    @Shadur: But you can. See the ntfs-3g manual.