193

So, basically I always format my removable mass storage devices as NTFS by default, but someone told me I was better off using exFAT. Now I've been looking around google, but can't find any good reasons why I should.

Is there anything that exFAT does (better) which NTFS doesn't which is useful when using it for (>4GB) removable mass storage?

Pylsa
  • 31,383

9 Answers9

96

exFAT basically takes the FAT file system to the next level, adding a large amount of long awaited features that the FAT32 system was sorely lacking. One of the key features for people doing video editing is the support for >4GiB files and much larger partition sizes than FAT32 typically supported, making it much easier to work with modern multi-terabyte drives..

exFAT is available for Windows Vista, 7, and I believe I may have even seen a Microsoft release to make XP work with exFAT. There are some people working on Linux exFAT support, but I can't tell how far along they are, and as always, there is a risk of corrupting your data just like with NTFS...

From Wikipedia (my comments in bold):

  • Scalability to large disk sizes: 64 ZiB theoretical max, 512 TiB recommended max, raised from the 16 TiB limit of FAT32 partitions. Note that the built-in Windows 2000/XP/Vista/7 can mount and support FAT32 volumes larger than 32 GB, but cannot create a FAT32 volume larger than 32 GB.
  • Cluster size up to 32 MiB (allowing for larger partitions at the cost of more file slack)
  • File size limit of 16 EiB (Limited by volume size), raised from close to 4 GiB in FAT32 (Better support for video editing and large archives)
  • Free space allocation and delete performance improved due to introduction of a free space bitmap (much better performance than FAT32)
  • Support for access control lists (so you can control file access if you want but I suspect the main use would be for USB devices where you just want people to access it go figure...)
  • Provision for OEM-definable parameters to customize the file system for specific device characteristics (for use in embedded devices with specific needs)

What Microsoft developers have basically done is update the FAT32 file system to exFAT, moving from 32-bit addressing to 64-bit addressing, to offer an improved speed alternative over moving to NTFS at the same time making it possible to create, store or transfer huge files, files greater than 4GiB. In theory, exFAT does not have as much of the operational overhead of NTFS as it lacks many features that add complexity (and therefore processing time and disk latency) to the filesystems.

Some of the missing (and effectively useless or a waste for removable media) features include:

The only drawbacks to exFAT are that Microsoft has not released it into the public, requiring that companies licence it for use on their devices. This is likely more aimed at digital video recorder type devices, home users get a licence to use it with Windows.

From exFAT Versus FAT32 Versus NTFS

However, exFAT should be a true competitor to NTFS on systems with limited processing power and memory. NTFS on flash memory has been known to be inefficient for quite some time. exFAT’s smaller footprint/overhead makes it ideal for this purpose. Of course, only if your definition of “ideal” allows software to be proprietary and not open source.

Mokubai
  • 95,412
41

NTFS has journaling which helps ensure the file system can recover from corruption, whereas exFAT does not. So if you use the drive only from Windows PCs and reliability and data integrity are important, such as for archival or backup purposes, NTFS should be used over exFAT.

Source (then are many other sources with the same kind of information)

In our opinion, there’s only one real “not so positive” thing about exFAT, and that’s the lack of support for journaling. Journaling is a feature that allows the file system to keep records of changes made to files stored on it. That’s useful when data corruption occurs because journals can be used to recover broken data. exFAT doesn’t have this feature, and that means that data can be corrupted more easily when unexpected shutdowns occur or when the removable drive formatted this way is not safely ejected.

Laurent
  • 1,467
  • 1
  • 13
  • 13
30

One very important difference comes about if you use the EFS "Encrypted" attribute (EFS stands for Encrypting File System, which is not actually a file system, but rather a feature of NTFS).

Most of the time, EFS is transparent. You don't see it. Files are encrypted on the disk, but are automatically decrypted when you access them.

When you copy an encrypted file to another NTFS volume, it stays encrypted using the same key(s) the original was. This can be great, and this can also be incredibly annoying, depending on your use case.

Basically, if you want to take your files to another computer that has all the same decryption certificates installed, choose NTFS on the removable drive. Then your files stay encrypted in transit, yet are transparently accessible on all authorized computers. Neat-o!

However, if you usually take files to machines that don't have the decryption certificates, there is no way to tell Windows to automatically decrypt a file when it's copied to an external disk. If you forget to manually decrypt it, you won't be able to access it on the other machine. If you do this often, choose exFAT on the removable drive. Any files you copy to it will then get decrypted automatically, on the fly. Edit see comment, apparently this isn't true in Win10.

If you don't use EFS (like almost everybody, ever) then obviously this doesn't apply. I think this is the second biggest difference after "compatibility with other OSes".

RomanSt
  • 9,959
29

As an addendum to the above answers, exFAT is also supported by OS X Snow Leopard in 10.6.5 and later (although not mentioned in the release notes).

Adrian B
  • 446
16

Interoperability of the file system is important. exFAT is also natively, read/write supported by OS X Snow Leopard in 10.6.5 and later (although not mentioned in the release notes). This can be verified by checking Disk Utility, where exFAT is an option for formatting.

On OS X, NTFS is still considered Read only, unless you modify the fstab on a per drive basis and are willing to deal with non-native mounting. As such, it's not a reliable option for most users.

While using your drive on a Mac or Linux or other system might not be your main concern, it is something to consider.

cde
  • 1,856
11

NTFS has security attributes that get tied to the local computer by default - so for media that needs to move around, FAT is usually more handy.

cbz
  • 791
5

From a Recovery point of view NTFS appears to be better suited. (This answer is an expansion to my comment on this answer which talks about Journaling in NTFS.)

This article (I have nothing to do with the author or the site/org) which compares the recovery prospects (emphasis mine).

NTFS

Recovery: the information about the deleted file (name, size, location) remains in the MFT. If the MFT record remains unchanged and the disk data is not overwritten, the recovery chances of this file are 100%. Yet, if this record is deleted, it is still possible to find the file by its content with the help of the raw recovery method. The recovery procedure is then performed by disk contents bypassing the file system structure.

EXFAT

Recovery: as links to files continuation may be lost, the recovery result for files with the size of several blocks can be incomplete. The chances for successful recovery of a file in case of a directory damage can be low as well. At the same time, recovery of files by their contents (the raw recovery method) may give highly positive results due to low file fragmentation.

In my subsequent experience with real life scenarios dealing with drives of various fragmentation and abuse, and with recovering data from corrupt drives… I've found that in NTFS recovery chances are indeed better and file integrity remains intact considerably. Data recovery is a very important aspect in choosing file systems, at least to me.

spcsLrg
  • 529
3

One practical advantage that NTFS still has over exFat though is that the max length of volume label in exFat is still only 11 bytes (like in FAT) but its 32 bytes in NTFS.

This can be helpful when you have multiple USBs of same brands and you want to create different names to identify each.

As an example, my typical volume names for say a verbatim drive that is 256 GB is verbatim256. Now if I have a second drive of the same type, I can't even add 1 or 2 to the name because it has already reached max limit.

This is actually deciding factor for me to stick to NTFS as they both otherwise work near universally.

zar
  • 1,923
0

Google's many results seem to suggest it's much better for many reasons (it's newer, the same old reasons like smaller, faster, more efficient) but also less compatible, Vista and 7 only.

This is the best I found, chart explains a lot.

tobylane
  • 1,337