An Open-Source exFAT Implementation Reaches v1.0

Posted by Michael Larabel on January 21, 2013

Microsoft's exFAT is a file-system designed for flash drives and is supported on Windows XP and later. The exFAT file-system has been around for a few years, but an open-source version hasn't been quick to come since the Microsoft project is proprietary and encumbered by patents. This weekend, a FUSE-based version of exFAT has reached version 1.0.

An exFAT (Extended File Allocation Table) file-system implementation for the mainline Linux kernel doesn't really stand a chance of seeing a mainline status due to Microsoft burdening the software with patents. Fortunately, thanks to FUSE for being able to host a file-system from user-space, a sufficient implementation has arose.

Linus Torvalds and others in the past have characterized FUSE file-systems as being for toys and misguided people, but FUSE has been used before for bringing Sun/Oracle's ZFS to Linux, various other creative file-system implementations, and now exFAT. ExFAT support for Linux has been talked about going back to early 2009 but the support has been crap on Linux.

The FUSE-based exFAT project seeks to be a full-featured implementation for GNU/Linux and other Unix-like systems, including Mac OS X. With fuse-exfat 1.0.0, after three years in development, there is support for formatting exFAT partitions using the exfat-utils package while the FUSE driver does provide both read and write support for the Microsoft FS. Some of the recent changes found with the 1.0.0 release include improved write performance through enabling big_writes, improved OS X support, and various crash fixes.

The only other Linux support for exFAT up to this point has been through commercial offerings from Paragon and Tuxera for Linux and Android, albeit not free and open-source. This fuse-exfat implementation has been released under the GNU GPLv3. More details on this user-space file-system implementation can be found from its Google Code page and the 1.0 release announcement.

Discuss this article in our forums, IRC channel, or email the author. You can also follow our content via RSS and on social networks like Facebook, Identi.ca, and Twitter (@Phoronix and @MichaelLarabel). Subscribe to Phoronix Premium to view our content without advertisements, view entire articles on a single page, and experience other benefits.
  1. Computers
  2. Display Drivers
  3. Graphics Cards
  4. Motherboards
  5. Peripherals
  6. Processors
  7. Software
  8. Operating Systems
  9. All Articles
  1. Linux Benchmarking
  2. OpenBenchmarking.org
  3. Phoronix Test Suite