What is FAT32?

 What is FAT32? 32bit File Allocation Table Large Disk Drives
32bit File Allocation Table
     FAT32 provides the following enhancements over previous implementations of the FAT file system: Supports drives up to 2 terabytes (2048Gb) in size and uses space more efficiently. FAT32 uses smaller clusters (that is, 4K clusters for drives up to 8 GB in size), resulting in 10 to 15 percent more efficient use of disk space relative to large FAT16 drives. FAT32 is more robust: has the ability to relocate the root directory and use the backup copy of the FAT instead of the default copy. In addition, the boot record on FAT32 drives has been expanded to include a backup of critical data structures. This means that FAT32 drives are less susceptible to a single point of failure than existing FAT16 volumes. The root directory on a FAT32 drive is now an ordinary cluster chain, so it can be located anywhere on the drive. For this reason, the previous limitations on the number of root directory entries no longer exist. In addition, FAT mirroring can be disabled, allowing a copy of the FAT other than the first one to be active. These features allow for dynamic resizing of FAT32 partitions.

More on this subject
Beginner's Help
BUG Club Home

 What is FAT32? 32bit File Allocation Table Large Disk Drives