knowledge/technology/linux/filesystems/exFAT.md
2023-12-04 11:02:23 +01:00

626 B

obj
filesystem

exFAT

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. exFAT was proprietary until 28 August 2019, when Microsoft published its specification. Microsoft owns patents on several elements of its design.

exFAT can be used where NTFS is not a feasible solution (due to data-structure overhead), but a greater file-size limit than 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.