Fat File System. Fat32 Fat16 Fat12
Fat File System. Fat32 Fat16 Fat12
The File Allocation Table (FAT) file system is a simple file system originally designed for small disks
and simple folder structures. The FAT file system is named for its method of organization, the file
allocation table, which resides at the beginning of the volume. To protect the volume, two copies of
the table are kept, in case one becomes damaged. In addition, the file allocation tables and the root
folder must be stored in a fixed location so that the files needed to start the system can be correctly
located.
A volume formatted with the FAT file system is allocated in clusters. The default cluster size is
determined by the size of the volume. For the FAT file system, the cluster number must fit in 16 bits
and must be a power of two.
The figure below illustrates how the FAT file system organizes a volume.
Figure 4-1
This section covers information about the FAT system. Topics covered are:
For more detailed information see resource kits on Microsoft's web site
http://www.microsoft.com/windows/reskits/webresources/default.asp
contents | next
NTFS.com ©1998-2006