File Allocation Table
| Developer(s) | Microsoft, NCR, SCP, IBM, Compaq, Digital Research, Novell, Caldera |
|---|---|
| Full name | File Allocation Table |
| Variants | 8-bit FAT, FAT12, FAT16, FAT16B, FAT32, exFAT, FATX, FAT+ |
| Introduced | 1977 with Standalone Disk BASIC-80 |
| Partition IDs | MBR/EBR: |
| Structures | |
| Directory contents | Table |
| File allocation | Linked list |
| Bad blocks | Cluster tagging |
| Limits | |
| Max volume size |
|
| Max file size | 4,294,967,295 bytes (4 GB − 1) with FAT16B and FAT32 |
| Max no. of files |
|
| Max filename length | 8.3 filename, or 255 UCS-2 characters when using LFN |
| Features | |
| Dates recorded |
|
| Date range | 1980-01-01 to 2099-12-31 (2107-12-31) |
| Date resolution |
|
| Forks | Not natively |
| Attributes | Read-only, hidden, system, volume, directory, archive |
| File system permissions |
|
| Transparent compression |
|
| Transparent encryption |
|
File Allocation Table (FAT) is a file system developed for personal computers and was the default file system for the MS-DOS and Windows 9x operating systems. Originally developed in 1977 for use on floppy disks, it was adapted for use on hard disks and other devices. The increase in disk drive capacity over time drove modifications to the design that resulted in versions: FAT12, FAT16, FAT32, and exFAT. FAT was replaced with NTFS as the default file system on Microsoft operating systems starting with Windows XP. Nevertheless, FAT continues to be commonly used on relatively small capacity solid-state storage technologies such as SD card, MultiMediaCard (MMC) and eMMC because of its compatibility and ease of implementation.