| File Allocation Table (FAT) The component of an or which describes the , and free space on a or . A disk is divided into partitions. Under the FAT file system each partition is divided into clusters, each of which can be one or more , depending on the size of the partition. Each cluster is either allocated to a file or directory or it is free (unused). A directory lists the name, size, modification time and starting cluster of each file or subdirectory it contains. At the start of the partition is a table (the FAT) with one entry for each cluster. Each entry gives the number of the next cluster in the same file or a special value for "not allocated" or a special value for "this is the last cluster in the chain". The first few clusters after the FAT contain the . The FAT file system was originally created for the where files were catalogued using 8-bit addressing. 's FAT allows only {8.3} filenames. With the introduction of MS-DOS 4 an incompatible 16-bit FAT (FAT16) with 32-kilobyte was introduced that allowed of up to 2 gigabytes. Microsoft later created to support partitions larger than two gigabytes and greater that 256 characters. It also allows more efficient use of disk space since are four kilobytes rather than 32 kilobytes. FAT32 was first available in Service Release 2 of in 1996. It is not fully with the 16-bit and 8-bit FATs. {IDG article (http://www.idg.net/idg_frames/english/content.cgi?vc=docid_9-62525.html)}. {(http://home.c2i.net/tkjoerne/os/fat.htm)}. {(http://www.teleport.com/~brainy/)}. {(http://209.67.75.168/hardware/fatgen.htm)}. {(http://support.microsoft.com/support/kb/articles/q154/9/97.asp)}. Compare: . [How big is a FAT? Is the term used outside MS DOS? How long is a FAT16 filename?] (2000-02-05) |