Why should I use exFAT over NTFS on removable media?

484,342

Solution 1

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.

Solution 2

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

Solution 3

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

Solution 4

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.

Solution 5

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.

Share:
484,342

Related videos on Youtube

Pylsa
Author by

Pylsa

SO has abandoned its ideals some time ago https://meta.stackexchange.com/questions/333965/firing-mods-and-forced-relicensing-is-stack-exchange-still-interested-in-cooper https://meta.stackexchange.com/questions/342039/firing-community-managers-stack-exchange-is-not-interested-in-cooperating-with https://meta.stackexchange.com/questions/336526/stack-overflow-is-doing-me-ongoing-harm-its-time-to-fix-it https://meta.stackexchange.com/questions/336731/to-reach-out-on-monica-the-lavender-community-and-the-future-of-the-stack-exc/336760#336760 https://meta.stackexchange.com/questions/336639/what-if-anything-can-se-do-to-resolve-the-ongoing-conflict-in-a-timely-way/336642#336642 https://meta.stackexchange.com/questions/336177/feedback-post-moderator-review-and-reinstatement-processes/336280#336280

Updated on September 17, 2022

Comments

  • Pylsa
    Pylsa almost 2 years

    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?

    • Ian Boyd
      Ian Boyd over 11 years
      @Karan Whichever one my father has.
    • Siddharth
      Siddharth over 11 years
      This might help you further for comparison between NTFS5,NTFS,exFAT,FAT12,FAT16,FAT32.
    • Jon
      Jon about 8 years
      Performance comparisons showing NTFS over exFAT in certain cases: flexense.com/fat32_exfat_ntfs_usb3_performance_comparison.ht‌​ml
    • superAnnoyingUser
      superAnnoyingUser over 5 years
      The reason you may have gotten this advice is that usually removable storage is flash memory. Flash memory only has a limited read/write operation. In this case NTFS's journaling reduces your drive's life.
  • Billy ONeal
    Billy ONeal almost 10 years
    So does exFAT. It also has DACLs
  • gerlos
    gerlos over 8 years
    Another point for exFAT, against NTFS on removable media: exFAT doesn't support file ownership and permissions, so you won't experience any limitation caused by these features of NTFS when moving files from one system to another.
  • looooongname
    looooongname over 8 years
    I don't think "Less Compatible" is a fair statement seeing as exFAT is better supported by OS X than is NTFS.
  • I say Reinstate Monica
    I say Reinstate Monica almost 7 years
    Broken link. ..
  • phuclv
    phuclv almost 6 years
    this is not correct. The volume label in exFAT is 15 UTF-16 code units
  • zar
    zar almost 6 years
    @phuclv I looked up on it too but its confusing. The exFat drive I have only allows 11 so my response was based on that.
  • phuclv
    phuclv almost 6 years
    @gerlos actually yes, exFAT does have a minimal ACL support
  • gerlos
    gerlos almost 6 years
    @phuclv thanks for the link, I didn't knew of this feature of exFAT. It seems unused most of the time - wikipedia says it's supported on Windows CE only. Anyways, the point is that a file system that doesn't apply file ownership and permissions (at least, not by default) is a perfect candidate for removable storage media, since you can't predict which users will run on the systems you plug it in.
  • Sami Lehtinen
    Sami Lehtinen over 5 years
    That's actually incorrect information. Because exFAT supports file encryption at least when used with Windows 10. You can copy encrypted files to exFAT volume like USB stick and those do remain encrypted. Just as you mentioned it can be very annoying or just great.
  • jangorecki
    jangorecki about 5 years
    @SimonEast definitely less compatible, usually not shipped on linux due to license. And you cannot just make a device with exfat support without dealing with legal stuff.
  • Wyatt Ward
    Wyatt Ward almost 5 years
    Should also be noted that support on linux is more limited and flawed, even with the fuse filesystem, due to legal problems, lack of interest, and bugs in the exfat fuse implementation. I experienced this today when trying to mount a PSVita memory card (Vita2SD) for a friend. So I would definitely not say that portability is much better than ntfs.
  • Andrea Leganza
    Andrea Leganza over 3 years
    There ares Paragon NTFS ($), macFuse (free, but hate some issues -> github.com/osxfuse/osxfuse/issues) which make it writable. I use paragon without problems for years. I used fuse but I found some issue years ago and preferred to avoid using it to move data to my backup HDs.
  • Zimano
    Zimano about 3 years
    But what does exFAT do better than NTFS?
  • Mokubai
    Mokubai about 3 years
    @Zimano last paragraph "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"
  • spcsLrg
    spcsLrg almost 3 years
    This is especially useful information for me, and upvoted. I came to this question googling "which filesystem is better from a recovery point of view". Also, In my subsequent experience with recovering data from corrupt drives… in NTFS recovery chances are better and file integrity remains intact considerably. Data recovery is a very important aspect in choosing file systems, at least to me. Thanks.