File allocation table

From Simple English Wikipedia, the free encyclopedia
(Redirected from File Allocation Table)
file allocation table and directory table for a FAT32 filesystem

A file allocation table (FAT) is a way that computers look up stored data on a storage device. These include floppy disks, USB flash drives, SD cards and other high capacity storage devices.[1]

A FAT is a list of clusters that show where a computer file is stored.[2] These clusters are not necessarily right next to each other but can be scattered over the disk or storage medium.[3] The FAT is always located in the first few clusters of a storage device.[4]There are always two identical copies, one being a backup of the other.[4]

The FAT file system is a legacy file system that is both simple and robust.[5] It works well even in lightweight uses. But it cannot deliver the same speed, reliability and scalability as some modern file systems.[6] It is, however, supported for compatibility reasons by nearly all currently developed operating systems for personal computers. It is also supported by many mobile devices and embedded systems. That makes it a well suited format for data exchange between computers and devices of almost any type and age from 1981 up to the present.

History[change | change source]

It was originally designed in 1977 for use on floppy disks.[1] FAT was soon adapted and used almost universally on hard disks throughout the DOS and Windows 9x eras for two decades.[7] As disk drives improved, the capabilities of the file system have been extended accordingly. This has resulted in three major file system variants: FAT12, FAT16 and FAT32. The FAT standard has also been expanded in other ways while generally preserving backward compatibility with existing software.

With the introduction of more powerful computers and operating systems FAT is no longer the default file system for use on Microsoft Windows computers.[8]

Modern use[change | change source]

FAT file systems are still commonly found on floppy disks, USB sticks, flash and other solid-state memory cards. DCF uses FAT as the standard file system for digital cameras. FAT is also utilized in the boot stage of EFI-compliant computers.

References[change | change source]

  1. 1.0 1.1 Tim Fisher (February 29, 2016). "What is File Allocation Table (FAT)?". LifeWire. About, Inc. Retrieved January 8, 2017.
  2. "FAT". Retrieved 3 January 2016.
  3. Margaret Rouse. "file allocation table (FAT)". TechTarget. Archived from the original on November 22, 2016. Retrieved January 8, 2017.
  4. 4.0 4.1 "File Allocation System". NTFS.com. Retrieved January 8, 2017.
  5. "FAT File System (Windows Embedded CE 6.0)". Microsoft. 2010-01-06. Retrieved 2013-07-07.
  6. "File Systems Overview". Knowledgebase. University of Wisconsin—Madison. Retrieved January 8, 2017.
  7. "A brief introduction to FAT (File Allocation Table) formats | Wizcode's articles | HowTos, Guides, Hints and Tips, Articles". www.wizcode.com. Archived from the original on 2015-09-25. Retrieved 2015-09-24.
  8. "Comparing NTFS and FAT file systems". Microsoft. Retrieved 2014-01-27.

Other websites[change | change source]