exFAT

exFAT
Developer(s)Microsoft
Full nameExtensible File Allocation Table
IntroducedNovember 2006; 17 years ago (2006-11) with Windows Embedded CE 6.0
Partition IDs
  • MBR/EBR: 0x07 (same as for HPFS/NTFS)
  • BDP/GPT: EBD0A0A2-B9E5-4433-87C0-68B6B72699C7
Structures
Directory contentsTable
File allocationbitmap, linked list
Bad blocksCluster tagging
Limits
Max volume size128 PB, 512 TB recommended[1][nb 1]
Max file size128 PB[nb 2]
Max no. of filesup to 2,796,202 per directory[2]
Max filename length255 characters
Allowed filename
characters
all Unicode characters except U+0000 (NUL) through U+001F (US) / (slash) \ (backslash) : (colon) * (asterisk) ? (question mark) " (quote) < (less than) > (greater than) and | (pipe)
(encoding in UTF-16LE)[citation needed]
Features
Dates recordedCreation, last modified, last access
Date range1980-01-01 to 2107-12-31
Date resolution10 ms
ForksNo
AttributesRead-only, hidden, system, subdirectory, archive
File system
permissions
ACL (Windows CE 6 only)
Transparent
compression
No
Transparent
encryption
Yes, EFS supported in Windows 10 v1607 and Windows Server 2016 or later.
Other
Supported
operating systems

exFAT (Extensible File Allocation Table) is a file system introduced by Microsoft in 2006 and optimized for flash memory such as USB flash drives and SD cards.[6] exFAT was proprietary until 28 August 2019, when Microsoft published its specification.[7] Microsoft owns patents on several elements of its design.[2]

exFAT can be used where NTFS is not a feasible solution (due to data-structure overhead), but where a greater file-size limit than that of the standard FAT32 file system (i.e. 4 GB) is required.

exFAT has been adopted by the SD Association as the default file system for SDXC cards larger than 32 GB.

History

exFAT was introduced in late 2006 as part of Windows CE 6.0, an embedded Windows operating system. Support was added to regular Windows with Windows Vista Service Pack 1 and Windows Server 2008, both released on February 4, 2008. An update for Windows XP and Windows Server 2003 was later released.

Most of the vendors signing on for licenses are manufacturers of embedded systems or device manufacturers that produce media formatted with exFAT. The entire File Allocation Table (FAT) family, exFAT included, is used for embedded systems because it is lightweight and is better suited for solutions that have low memory and low power requirements, and can be easily implemented in firmware.

Features

Because file size references are stored in eight instead of four bytes, the file size limit has increased to 16 exabytes (EB) (264 − 1 bytes, or about 1019 bytes, which is otherwise limited by a maximum volume size of 128 PB,[nb 2] or 257 − 1 bytes), raised from 4 GB (232 − 1 bytes) in a standard FAT32 file system.[1] Therefore, for the typical user, this enables seamless interoperability between Windows and macOS platforms for files in excess of 4 GB.

Other specifications, features, and requirements of the exFAT file system include:

  • Scalability to large disk sizes: about 128 PB (257 − 1 bytes)[8][nb 1] maximum, 512 TB (249 − 1 bytes) recommended maximum, raised from the 32-bit limit (2 TB for a sector size of 512 bytes) of standard FAT32 partitions.[9]
  • Support for up to 2,796,202 files per directory.[2][nb 3] Microsoft documents a limit of 65,534 (216 − 2) files per sub-directory for their FAT32 implementation, but other operating systems have no special limit for the number of files in a FAT32 directory. FAT32 implementations in other operating systems allow an unlimited number of files up to the number of available clusters (that is, up to 268,304,373 files on volumes without long filenames).[nb 4]
  • Maximum number of files on volume C[clarification needed], to 4,294,967,285 (232 − 11, up from about 228 − 11[nb 4] in standard FAT32).
  • Free space allocation and delete performance improved due to introduction of a free-space bitmap.
  • Timestamp granularity of 10 ms for creation and modified times (down from 2 s on FAT, but not as fine as NTFS's 100 ns).[2]
  • Timestamp granularity for last-access time to double seconds (FAT had date only).
  • Timestamps come with a time zone marker in offset relative to UTC (starting with Vista SP2).[10]
  • Optional support for access-control lists (not currently supported in Windows Desktop/Server versions).[11]
  • Optional support for TexFAT, a transactional file system standard (optionally WinCE activated function, not supported in Windows Desktop/Server versions).
  • Boundary alignment offset for the FAT table.
  • Boundary alignment offset for the data region.
  • Provision for OEM-definable parameters to customize the file system for specific device characteristics.[12][13]
  • Valid data length (VDL): through the use of two distinct lengths fields – one for "allocated space" and the other for "valid data" – exFAT can preallocate a file without leaking data that was previously on-disk.
  • Cluster size up to 32 MB.[14]
  • Metadata integrity with checksums.[clarification needed]
  • Template-based metadata structures.[clarification needed]
  • Removal of the physical . and .. directory entries that appear in subdirectories.
  • exFAT no longer stores the short 8.3 filename references in directory structure and natively uses extended file names, whereas legacy FAT versions implement extended file names through the VFAT extension.

Windows XP requires update KB955704 to be installed, and Windows Vista requires its SP1 installed.[14][15][16] Windows Vista is unable to use exFAT drives for ReadyBoost. Windows 7 removes this limitation, enabling ReadyBoost caches larger than 4 GB.[17] Windows 10 only allows formatting exFAT and NTFS on non-removeable volumes sized larger than 32 GB with the default user interface, and FAT32 format is suggested for smaller volumes; command-line utilities don't accept quick format using FAT32 if volume is larger than 32 GB.

The standard exFAT implementation is not journaled and only uses a single file allocation table and free-space map. FAT file systems instead used alternating tables, as this allowed recovery of the file system if the media was ejected during a write (which occurs frequently in practice with removable media). The optional TexFAT component adds support for additional backup tables and maps, but may not be supported.

The exFAT format allows individual files larger than 4 GB, facilitating long continuous recording of HD video, which can exceed the 4 GB limit in less than an hour. Current digital cameras using FAT32 will break the video files into multiple segments of approximately 2 or 4 GB.

EFS supported in Windows 10 v1607 and Windows Server 2016 or later.[18]

Efficiency

SDXC cards running at UHS-I have a minimum guaranteed write speed of 10 MB/s, and exFAT plays a factor in achieving this throughput through the reduction of the file-system overhead in cluster allocation. This is achieved through the introduction of a separate cluster bitmap where the reservation state of each cluster (reserved/free) is tracked by only one bit, reducing writes to the much larger FAT that originally served this purpose.

Additionally, a single bit in the directory record indicates that the file is contiguous (unfragmented), telling the exFAT driver to ignore the FAT. This optimization is analogous to an extent in other file systems, except that it only applies to whole files, as opposed to contiguous parts of files.

Adoption

exFAT is supported in Windows XP and Windows Server 2003 with update KB955704,[1] Windows Vista Service Pack 1 and later,[19] Windows Server 2008 and later (except Server Core),[20] macOS starting from 10.6.5, Linux via FUSE or natively starting from kernel 5.4, and iPadOS as well as iOS starting from 13.1.[21][22][23]

Companies can integrate exFAT into a specific group of consumer devices, including cameras, camcorders, and digital photo frames for a flat fee. Mobile phones, PCs, and networks have a different volume pricing model.[6]

exFAT is supported in a number of media devices such as modern flat-panel TVs,[24] media centers, and portable media players.[25]

exFAT is the official file system of SDXC cards. Because of this, any device not supporting exFAT, such as the Nintendo 3DS, may not legally advertise itself as SDXC compatible, despite supporting SDXC cards as mass storage devices by formatting the card with FAT32 or a proprietary file system tied to the device in question.

Some vendors of other flash media, including USB pen drives, compact flash (CF) and solid-state drives (SSD) ship some of their high-capacity media pre-formatted with the exFAT file system to ensure compatibility with any given device. For example, Sandisk ships their 256 GB CF cards as exFAT.

Microsoft has entered into licensing agreements with BlackBerry,[26][27] Panasonic, Sanyo, Sony, Canon, Aspen Avionics,[28] Audiovox, Continental, Harman, LG Automotive[29] and BMW.[30]

Mac OS X Snow Leopard 10.6.5 and later can create, read, write, verify, and repair exFAT file systems.[21][22]

Linux has support for exFAT via FUSE since 2009.[4] In 2013, Samsung Electronics published a Linux driver for exFAT under GPL.[31] On 28 August 2019, Microsoft published the exFAT specification[7] and released the patent to the Open Invention Network members.[32] The Linux kernel introduced native exFAT support with the 5.4 release in November 2019.[33]

ChromeOS can read and write to exFAT partitions.[34]

Technical specifications

Default exFAT cluster sizes in Windows
Volume
size
Cluster
size
Cluster
count
007 MB to <256 MB 004 KB <00065,536
256 MB to <032 GB 032 KB <01,048,576
032 GB to <512 GB[A][B] 128 KB <04,194,304
512 GB to <001 TB 256 KB
001 TB to <002 TB 512 KB
002 TB to <004 TB 001 MB
004 TB to <008 TB 002 MB
008 TB to <016 TB 004 MB
016 TB to <032 TB 008 MB
032 TB to <064 TB 016 MB
064 TB to <512 TB 032 MB <16,777,216
Notes:
  1. ^ Windows 8/10 defaults to exFAT on volumes sized ≥32 GB, and FAT32 on volumes <32 GB.
  2. ^ Windows XP/Vista/7 defaults to 128 KB clusters for volumes sized ≥32 GB.

File name lookup

exFAT employs a filename hash-based lookup phase to speed certain cases, which is described in US patent Quick File Name Lookup Using Name Hash.[2] Appendix A of the document contains details helpful in understanding the file system.

File and cluster pre-allocation

Like NTFS, exFAT can pre-allocate disk space for a file by just marking arbitrary space on disk as "allocated". For each file, exFAT uses two separate 64-bit fields in the directory: the valid data length (VDL), which indicates the real size of the file, and the physical data length.

To provide improvement in the allocation of cluster storage for a new file, Microsoft incorporated a method to pre-allocate contiguous clusters and bypass the use of updating the FAT table, which was patented December 10, 2013.[35] One feature of exFAT (used in the exFAT implementation within embedded systems) provides atomic transactions for the multiple steps of updating the file-system metadata. The feature called Transaction Safe FAT, or TexFAT, was granted a patent on November 3, 2009.[36]

Directory file set

exFAT and the rest of the FAT family of file systems do not use indexes for file names, unlike NTFS, which uses B-trees for file searching. When a file is accessed, the directory must be sequentially searched until a match is found. For file names shorter than 16 characters in length, one file name record is required but the entire file is represented by three 32-byte directory records. This is called a directory file set, and a 256 MB sub-directory can hold up to 2,796,202 file sets. (If files have longer names, this number will decrease, but this is the maximum based on the minimal three-record file set.) To help improve the sequential searching of the directories (including the root) a hash value of the file name is derived for each file and stored in the directory record. When searching for a file, the file name is first converted to upper case using the upcase table (file names are case-insensitive) and then hashed using a proprietary patented algorithm into a 16-bit (2-byte) hash value. Each record in the directory is searched by comparing the hash value. When a match is found, the file names are compared to ensure that the proper file was located in case of hash collisions. This improves performance because only 2 bytes have to be compared for each file. This significantly reduces the CPU load because most file names are more than 2 characters (bytes) in size and virtually every comparison is performed on only 2 bytes at a time until the intended file is located.

Metadata and checksums

exFAT introduces metadata integrity through the use of checksums. There are three checksums currently in use.

  1. The volume boot record (VBR) is a 12-sector region that contains the boot records, BIOS parameter block (BPB), OEM parameters and the checksum sector. (There are two VBR type regions, the main VBR and the backup VBR.) The checksum sector is a checksum of the previous 11 sectors, with the exception of three bytes in the boot sector (flags and percent used). This provides integrity of the VBR by determining whether the VBR was modified. The most common cause could be a boot-sector virus, but this would also catch any other corruption to the VBR.
  2. A second checksum is used for the upcase table. This is a static table and should never change. Any corruption in the table could prevent files from being located because this table is used to convert the filenames to upper case when searching to locate a file.
  3. The third checksum is in the directory file sets. Multiple directory records are used to define a single file, and this is called a file set. This file set has metadata including the file name, time stamps, attributes, address of first cluster location of the data, file lengths, and the file name. A checksum is taken over the entire file set, and a mismatch would occur if the directory file set was accidentally or maliciously changed.

When the file system is mounted, and the integrity check is conducted, these hashes are verified. Mounting also includes comparison of the version of the exFAT file system by the driver to make sure the driver is compatible with the file system it is trying to mount, and to make sure that none of the required directory records are missing (for example, the directory record for the upcase table and allocation bitmap are required, and the file system can't run if they are missing). If any of these checks fail, the file system should not be mounted, although in certain cases it may mount read-only.

The file system provides extensibility through template-based metadata definitions using generic layouts and generic patterns.[37][38]

Flash optimizations

exFAT contains a few features that, according to Microsoft, makes it flash-friendly:

  • Boundary alignment for filesystem structures. The offsets for the FAT and the cluster heap is adjustable at format time, so that writes to these areas will happen in as few flash blocks as possible.
  • An "OEM parameters" field can be used to record features such as block size of the underlying storage. One single type for flash storage is pre-defined.[39]
  • The lack of a journal, so that less data is written. (Although FAT32 also lacks a journal.)

The first feature requires support from the formatting software. Compliant implementations will follow existing offsets. The OEM parameter may be ignored. Implementations may also use TRIM to reduce wear.

Flash device features in exFAT implementations
Boundary alignment (format) OEM parameters (use) TRIM (use) Note
Windows CE Yes Yes Un­known
Windows Desktop and Server Yes Yes No
Linux kernel since 5.7[40] ignored since 5.13[41] exfatprogs[42] is assumed to be used for formatting.

Other implementations

Legal status

exFAT was a proprietary file system until 2019, when Microsoft released the specification and allowed OIN members to use their patents.[43] This lack of documentation along with the threat of a patent infringement lawsuit, as happened previously when Microsoft sued various companies over the VFAT long file name patent (before it expired), hampered the development of free and open-source drivers for exFAT, and led to a situation where Linux distributions could not even tell users how to get an exFAT driver. Accordingly, exFAT official support was effectively limited to Microsoft's own products and those of Microsoft's licensees. This, in turn, inhibited exFAT's adoption as a universal exchange format, as it was safer and easier for vendors to rely on FAT32 than it was to pay Microsoft or risk being sued.

Interoperability requires that certain results be achieved in a particular, predefined way (an algorithm). For exFAT, this potentially requires every implementation to perform certain procedures in exactly the same way as Microsoft's implementation. Some of the procedures used by Microsoft's implementation are patented, and these patents are owned by Microsoft.[44] A license to use these algorithms can be purchased from Microsoft,[45][44] and some companies – including Apple, Google and Samsung – have done so.[46] However, in the open-source ecosystem, users have typically responded to vendors being unwilling to pay for patent licenses by procuring an implementation for themselves from unofficial sources. For example, this is what happened with LAME when MP3 patents were still valid. (Alternatively, the user may decide that the feature is unimportant to them.)

Regardless of whether open-source or not, Microsoft stated that "a license is required in order to implement exFAT and use it in a product or device".[44] Unlicensed distribution of an exFAT driver would make the distributor liable for financial damages if the driver is found to have violated Microsoft's patents.[47][48] While the patents may not be enforceable, this can only be determined through a legal process, which is expensive and time-consuming. It may also be possible to achieve the intended results without infringing Microsoft's patents.[49] In October 2018, Microsoft released 60,000 patents to the Open Invention Network members for Linux systems, but exFAT patents were not initially included at the time. There was, however, discussion within Microsoft over whether Microsoft should allow exFAT in Linux devices,[50][51] which eventually resulted in Microsoft publishing the official specification for open usage[7] and releasing the exFAT patents to the OIN in August 2019.[32]

List of implementations

A FUSE-based implementation named fuse-exfat, or exfat-fuse,[4] with read/write support is available for FreeBSD, multiple Linux distributions, and older versions of Mac OS X. It supports TRIM.[52][53][54][55][56] An implementation called exFATFileSystem, based on fuse-exfat, is available for AmigaOS 4.1.[57]

A Linux kernel implementation by Samsung Electronics is available.[58] It was initially released on GitHub unintentionally,[59] and later released officially by Samsung in compliance with the GPLv2 in 2013.[60][61] (This release does not make exFAT royalty-free, as licensing from Samsung does not remove Microsoft's patent rights.)[62][63] A version of this driver was first incorporated into version 5.4 of the Linux kernel.[64][65][66] A much newer version of the driver, with several bug fixes and improved reliability, was incorporated into kernel 5.7.[67][40] Prior to its being merged into the Linux kernel, this newer version had already seen adoption on Android smartphones and continued to be used on both Linux and Android thereafter.[68][69]

Proprietary read/write solutions licensed and derived from the Microsoft exFAT implementation are available for Android,[70] Linux, and other operating systems from Paragon Software Group and Tuxera.

XCFiles (from Datalight) is a proprietary, full-featured implementation, intended to be portable to 32-bit systems.[71] Rtfs (from EBS Embedded Software) is a full-featured implementation for embedded devices.[72]

Two experimental, unofficial solutions are available for DOS. The loadable USBEXFAT driver requires Panasonic's USB stack for DOS and only works with USB storage devices; the open-source EXFAT executable is an exFAT file-system reader and requires the HX DOS extender to work.[73] There are no native exFAT real-mode DOS drivers, which would allow usage of, or booting from, exFAT volumes.

The renaming of ExFAT file system labels is natively supported by Microsoft Windows Explorer, while Linux relies on the exfatlabel and tune.exfattools (both part of exfatprogs).[74]

See also

Notes

  1. ^ a b The theoretical maximum volume size is defined by up to 232 − 11 possible clusters with up to 225 bytes per cluster ≈ 128 PB. The cluster count is limited to 32-bit integers. The cluster size is not limited by data type; it's probably set in consideration of the LBA48 addressing scheme, as with a 512-byte sector size, only 248 × 512 = 257 bytes = 128 PB can be addressed.
  2. ^ a b Although Microsoft published a different value in KB955704, the file size is in bytes and is stored as a 64-bit number. The largest theoretical file size would be 16 EB − 1 byte, the same as in NTFS. However, since the maximum volume size under the current specification cannot exceed ~128 PB, a file can never reach that file length.
  3. ^ This limit applies because the maximum directory size is 256 MB.
  4. ^ a b 268,304,373 files = 228 − 11 reserved clusters − 131,072, the minimum number of 64 KB clusters occupied for the 268,435,445 directory entries (32 bytes) without VFAT LFNs, which are required for 268,435,445 files with sizes between 1 and 65,535 bytes. With VFATs, the 131,072 number must be multiplied by 21 (worst case), which would result in 265,682,933 files instead.

References

  1. ^ a b c d e "KB955704". January 27, 2009. Archived from the original on May 24, 2011. Retrieved January 27, 2009. Description of the exFAT file system driver update package [for Windows XP and Windows Server 2003]
  2. ^ a b c d e US 8321439, Pudipeddi, Ravisankar V.; Ghotge, Vishal V. & Thind, Ravinder S., "Quick filename lookup using name hash", published 2012-11-27, assigned to Microsoft Corp. ; contains Microsoft exFAT specification (revision 1.00).
  3. ^ corbet (2019-11-25). "The 5.4 kernel has been released". LWN.net. Retrieved 2019-12-01.
  4. ^ a b c "exfat -Free exFAT file system implementation". GitHub. Archived from the original on December 31, 2015. Retrieved October 14, 2015.
  5. ^ Eric Slivka (2010-11-11). "Mac OS X 10.6.5 Notes: exFAT Support, AirPrint, Flash Player Vulnerability Fixes". MacRumors. Retrieved 2023-12-26.
  6. ^ a b Marius Oiaga (December 11, 2009). "Microsoft Licenses Windows 7's exFAT Flash File Format". Softpedia.com. Archived from the original on December 14, 2009. Retrieved December 12, 2009.
  7. ^ a b c Microsoft (August 28, 2019). "exFAT Specification". Archived from the original on 2020-07-19.
  8. ^ "File System Functionality Comparison". Microsoft. Archived from the original on April 7, 2015. Retrieved February 26, 2015..
  9. ^ "Limitations of the FAT32 File System in Windows XP". Microsoft. December 1, 2007. Archived from the original on February 24, 2015. Retrieved February 11, 2011.
  10. ^ Nash, Mike (October 24, 2008). "Windows Vista Service Pack 2 Beta". The Windows Blog. Archived from the original on May 9, 2013.
  11. ^ "A Second Shot: Windows Vista SP1". Archived from the original on December 2, 2008. Retrieved November 5, 2013.
  12. ^ "Licensing exFAT". Microsoft. Archived from the original on March 2, 2017. Retrieved March 1, 2017.
  13. ^ "OEM Parameter Definition with exFAT (Windows Embedded CE 6.0)". Archived from the original on December 3, 2013. Retrieved November 25, 2013.
  14. ^ a b "Description of the exFAT file system driver update package". Microsoft. Archived from the original on February 26, 2015. Retrieved February 26, 2015.
  15. ^ "Information about support for exFAT under Windows Vista". Microsoft. Archived from the original on May 7, 2013.
  16. ^ "Download Windows Vista Service Pack 1 Five Language Standalone (KB936330) from Official Microsoft Download Center". Microsoft. Archived from the original on February 26, 2015. Retrieved February 26, 2015.
  17. ^ "exFAT Versus FAT32 Versus NTFS". February 27, 2008. Archived from the original on January 29, 2013. Retrieved October 2, 2009.
  18. ^ "[MS-FSCC]: Appendix B: Product Behavior". msdn.microsoft.com. Retrieved 2017-10-02.
  19. ^ LeBlanc, Brandon (August 28, 2007). "Vista SP1 Whitepaper". Microsoft. Archived from the original on September 2, 2007. Retrieved August 28, 2007.
  20. ^ "Adding Hard Disk Drives". Microsoft TechNet. Retrieved September 15, 2009.
  21. ^ a b "Mac OS X 10.6.5 Notes: exFAT Support, AirPrint, Flash Player Vulnerability Fixes". 11 November 2010. Archived from the original on June 18, 2013. Retrieved November 25, 2013.[unreliable source?]
  22. ^ a b "fsck_exfat(8) Mac OS X Manual Page". Archived from the original on June 2, 2012. Retrieved November 25, 2013.
  23. ^ O'Hara, Andrew (June 7, 2019). "How to use external storage on iPad and iPhone with iOS 13". AppleInsider. Archived from the original on 2019-08-02. Retrieved 2020-02-26.
  24. ^ "exFAT support on Sony". Archived from the original on February 19, 2012. Retrieved January 6, 2013.
  25. ^ Hamm, Jeff (2009). "Extended FAT File System" (PDF). Paradigm Solutions. Archived (PDF) from the original on March 14, 2016. Retrieved April 9, 2013.
  26. ^ "Microsoft Licenses exFAT to Research In Motion". Tom's Hardware. September 20, 2012.
  27. ^ "Microsoft Signs Licensing Agreement With Research In Motion" (Press release). Microsoft. 18 September 2012. Archived from the original on 10 September 2014. Retrieved 17 March 2015.
  28. ^ "Microsoft Signs Patent Licensing Agreement With Aspen Avionics" (Press release). Microsoft. Archived from the original on 2013-05-15. Retrieved 2013-05-13.
  29. ^ "In-vehicle infotainment gets boost from new Microsoft exFAT file system deals". Stories. June 19, 2013. Archived from the original on July 28, 2019. Retrieved July 28, 2019.
  30. ^ "Microsoft Signs exFAT Licensing Agreement With BMW" (Press release). Microsoft. Archived from the original on 2013-01-19. Retrieved 2013-01-17.
  31. ^ "Conservancy Helps Samsung Resolve GPL Compliance Matter Amicably". Software Freedom Conservancy. Archived from the original on 2019-02-03. Retrieved 2019-03-15.
  32. ^ a b John Gossman (2019-08-28). "exFAT in the Linux kernel? Yes!". Microsoft. Archived from the original on 2019-09-01. Retrieved 2019-09-02.
  33. ^ Abhishek Prakash (November 25, 2019). "Linux Kernel 5.4 Release Features". itsfoss.com. Archived from the original on December 8, 2019. Retrieved April 1, 2020.
  34. ^ "File types and external devices that work on Chromebooks". Google Inc. Archived from the original on 2014-01-11. Retrieved 2021-06-08.
  35. ^ US 8606830, Pudipeddi, Ravisankar V.; Ghotge, Vishal V. & Thind, Ravinder S. et al., "Contiguous file allocation in an extensible file system", published 2013-12-10, assigned to Microsoft Corp. 
  36. ^ US 7613738, Patel, Sachin; Gopalan, Yadhu & Rogers, Andrew, "FAT directory structure for use in transaction safe file system", published 2009-11-03, assigned to Microsoft Corp. 
  37. ^ US 10614032, Pudipeddi, Ravisankar V.; Ghotge, Vishal V. & Thind, Ravinder S., "Quick filename lookup using name hash", published 2020-04-07, assigned to Microsoft Technology Licensing LLC ; contains exFAT specification revision 1.00. See Tables 8, 12, 13, 14, 15, 16, 17.
  38. ^ US 9639554, Pudipeddi, Ravisankar V.; Ghotge, Vishal V. & Havewala, Sarosh C. et al., "Extensible file system", published 2017-05-02, assigned to Microsoft Technology Licensing LLC ; states in abstract and elsewhere that directory records can be custom-defined.
  39. ^ "OEM Parameter Definition with exFAT (Windows Embedded CE 6.0)". Microsoft documentation. 5 January 2012. Archived from the original on 2020-07-26. Retrieved 2020-04-17.
  40. ^ a b Larabel, Michael (April 4, 2020). "The New Microsoft exFAT File-System Driver Has Landed In Linux 5.7". Phoronix. Archived from the original on March 5, 2021. Retrieved March 11, 2021.
  41. ^ "Kernel/Git/Torvalds/Linux.git - Linux kernel source tree". Archived from the original on 2021-04-30. Retrieved 2021-10-14.
  42. ^ mkfs.exfat(8) – Linux Programmer's Manual – Administration and Privileged Commands
  43. ^ Larabel, Michael (28 August 2019). "Microsoft Publishes exFAT Specification, Encourages Linux Support". Phoronix. Archived from the original on 3 September 2019. Retrieved 28 August 2019.
  44. ^ a b c "Licensing exFAT", Microsoft IP licensing, Microsoft Legal Resources, 1 March 2017, archived from the original on 2 March 2017, retrieved 1 March 2017
  45. ^ Protalinski, Emil (December 10, 2009), "Microsoft licenses out exFAT file system", ArsTechnica, archived from the original on July 8, 2017, retrieved November 18, 2017.
  46. ^ Girard, David (21 June 2013), "Can Microsoft's exFAT file system bridge the gap between OSes?", ArsTechnica, archived from the original on 1 December 2017, retrieved 18 November 2017.
  47. ^ Corbet, Jonathan (July 24, 2013), The exfiltrated exFAT driver, LWN, archived from the original on December 2, 2013, retrieved November 25, 2013.
  48. ^ Finley, Klint; McMillan, Robert (July 25, 2013), "Free Software Robin Hood Liberates Leaked Samsung Code", Wired Magazine, archived from the original on June 28, 2018, retrieved November 18, 2017.
  49. ^ Else, Sylvia (November 19, 2016), exFat patent avoidance, Linux.com kernel development forums, archived from the original on December 1, 2017, retrieved November 18, 2017.
  50. ^ Vaughan-Nichols, Steven J. "What does Microsoft joining the Open Invention Network mean for you?". ZDNet. Archived from the original on 2019-02-07. Retrieved 2018-12-29.
  51. ^ Larabel, Michael (July 10, 2019). "Merging exFAT Support For Linux Is Being Talked About - Waiting On Microsoft's Blessing - Phoronix". www.phoronix.com. Archived from the original on 2019-08-08. Retrieved 2019-08-08.
  52. ^ "exFAT fs and Linux". Archived from the original on September 16, 2009. Retrieved September 28, 2009.[unreliable source?]
  53. ^ "exFAT fs on FUSE". GitHub. Archived from the original on December 31, 2015. Retrieved May 15, 2010.
  54. ^ "exFAT fs on linux UBUNTU". Archived from the original on September 28, 2012. Retrieved October 11, 2012.
  55. ^ "exFAT in FreeBSD". Archived from the original on June 15, 2013. Retrieved April 8, 2013.
  56. ^ "ExFAT support for Mac OS X 10.5 Leopard and 10.4 Tiger (via Homebrew and Fuse for macOS)". GitHub. Archived from the original on October 13, 2019. Retrieved July 6, 2018.
  57. ^ "Amigaworld.net". Archived from the original on February 26, 2015. Retrieved February 18, 2015.
  58. ^ "Open Source Release Center". Samsung. Archived from the original on December 2, 2013. Retrieved November 25, 2013.
  59. ^ Corbet, Jonathan (July 24, 2013). "The exfiltrated exFAT driver". LWN.net. Archived from the original on December 2, 2013. Retrieved November 25, 2013.
  60. ^ "Conservancy Helps Samsung Resolve GPL Compliance Matter Amicably". Software Freedom Conservancy. August 16, 2013. Archived from the original on November 20, 2013. Retrieved November 25, 2013.
  61. ^ "GPL'ed sources for the Samsung exfat module as released by Samsung". GitHub. Retrieved 2017-08-20.
  62. ^ Corbet, Jonathan (August 16, 2013), Samsung releases exFAT filesystem source, LWN, archived from the original on July 31, 2017, retrieved November 18, 2017.
  63. ^ McMillan, Robert (August 20, 2013), "Busted for Dodging Linux License, Samsung Makes Nice With Free Code", Wired.com, archived from the original on September 6, 2020, retrieved November 18, 2017.
  64. ^ Larabel, Michael (September 29, 2019). "Linux 5.4 Features Are Huge From exFAT To New GPUs To Enabling Lots Of New Hardware". Phoronix. Archived from the original on April 10, 2021. Retrieved March 11, 2021.
  65. ^ Larabel, Michael (November 17, 2019). "The Exciting Linux 5.4 Changes From exFAT Support To Intel Tiger Lake Graphics". Phoronix. Archived from the original on March 4, 2021. Retrieved March 11, 2021.
  66. ^ Larabel, Michael (November 24, 2019). "Linux 5.4 Kernel Released With exFAT Support, Faster Radeon Graphics, New Hardware". Phoronix. Archived from the original on March 9, 2021. Retrieved March 11, 2021.
  67. ^ Larabel, Michael (January 20, 2020). "Samsung's Better exFAT Driver Gets Revised Ahead Of Mainline Linux Integration". Phoronix. Archived from the original on May 16, 2021. Retrieved March 11, 2021.
  68. ^ Larabel, Michael (December 30, 2019). "Linux's exFAT Driver Looking To Still Be Replaced By A Newer Driver From Samsung". Phoronix. Archived from the original on March 5, 2021. Retrieved March 11, 2021.
  69. ^ Larabel, Michael (March 7, 2020). "The New Microsoft exFAT File-System Driver Is Set To Land With Linux 5.7". Phoronix. Archived from the original on April 23, 2021. Retrieved March 11, 2021.
  70. ^ Clarke, Gavin (August 8, 2012). "Sharp cuts exFAT deal with Microsoft for Android mobes". The Register. Archived from the original on August 11, 2012. Retrieved August 12, 2012.
  71. ^ "XCFiles". Archived from the original on July 30, 2010. Retrieved June 21, 2010.
  72. ^ "Rtfs". Archived from the original on June 12, 2011. Retrieved January 19, 2011.
  73. ^ "exFAT". February 2, 2011.
  74. ^ exfatlabel(8) – Linux Programmer's Manual – Administration and Privileged Commands
    tune.exfat(8) – Linux Programmer's Manual – Administration and Privileged Commands

External links

  • exFAT specification
  • File System Functionality Comparison of exFAT, FAT32, NTFS, UDF
  • exFAT overview in Windows Embedded CE
  • Transaction-Safe FAT File System (TexFAT) overview in Windows Mobile 6.5
  • Personal Storage : Opportunities and challenges for pocket-sized storage devices in the Windows world (PowerPoint presentation at WinHEC 2006)
  • exFAT File System Licensing
  • Reverse Engineering the Microsoft exFAT File System, SANS Institute.
  • US application 2009164440 , "Quick Filename Lookup Using Name Hash"; Microsoft Corp; contains exFAT specification revision 1.00.
  • US application 2009164539 , "Contiguous File Allocation In An Extensible File System"; Microsoft Corp.
  • exFAT ships on all SDXC Cards, SD Card Association
  • The Extended FAT file system:Differentiating with FAT32 file system, Linux Conference, October 2011.
  • Benefits of exFAT over FAT32
Retrieved from "https://en.wikipedia.org/w/index.php?title=ExFAT&oldid=1214486967"