19

These days, I have to use the NTFS-3G driver to write to an NTFS drive (which will later be used in Windows). But I still remember the olde times of Linux ntfs driver which clearly said in the docs: 'If you write to an ntfs volume, run our special program afterwards which will clean up the damage done.'

So, I read through the man, the docs, the Tuxera site and Askubuntu and found no discussion of the write-safety of NTFS-3G. The only thing that was mentioned somewhere is that the driver doesn't support the NTFS journal.

So, the question is, can I use NTFS-3G and be sure that I will later read what I have written to the files? Won't, for example, Windows find the journal entries missing and 'clean up' the data according to its own faulty understanding?

katrmr
  • 333

3 Answers3

18

As you can see HERE it is 100% compatible Read/Write NTFS for Windows XP, 2000, 2003, 2008, Vista, 7 and whatever other NTFS windows system comes out or missed.

And I quote:

NTFS-3G is a stable, full-featured, read-write NTFS driver for Linux, Android, Mac OS X, FreeBSD, NetBSD, OpenSolaris, QNX, Haiku, and other operating systems. It provides safe handling of the Windows XP, Windows Server 2003, Windows 2000, Windows Vista, Windows Server 2008 and Windows 7 NTFS file systems

The performance for me (which I tested A LOT of them) is the same as using NTFS on Windows. You will not have any problems with any version of NTFS for any version of Windows.

More info here: http://en.wikipedia.org/wiki/NTFS-3G

Luis Alvarado
  • 216,643
5

I've been using ntfs-3g since I started using Ubuntu when it was 9.04. I havent yet run into any issues with read/writeability using the ntfs-3g driver. You should be fine with using the ntfs-3g drivers.

Thomas Ward
  • 78,878
0

Not a problem, using ntfs3g for 4 years, and the only problems in my ntfs partitions has been caused by Microsoft's windows.

I've even used it with USBs (yes, my USBs are in NTFS because it is the only way to share movies with Microsoft's windows users...) and it works perfect.