FAT 32 file system Enhancement

Asked By 0 points N/A Posted on -
qa-featured

What are the enhancements that are provided by the FAT32 file system over previous implementations of the FAT file system?

SHARE
Best Answer by James20
Best Answer
Best Answer
Answered By 5 points N/A #95849

FAT 32 file system Enhancement

qa-featured

FAT32 provides the following enhancements over previous implementations of the FAT file system:

  • FAT32 supports drives up to 2 terabytes in size.
     Microsoft Windows 2000 only supports FAT32 partitions up to a size of 32 GB.
  • FAT32 uses space more efficiently. FAT32 uses smaller clusters (that is, 4-KB clusters for drives up to 8 GB in size), resulting in 10 to 15 percent more efficient use of disk space relative to large FAT or FAT16 drives.
  • FAT32 is more robust. FAT32 can relocate the root folder and use the backup copy of the file allocation table instead of the default copy. In addition, the boot record on
  • FAT32 drives is expanded to include a backup copy of critical data structures. Therefore, FAT32 drives are less susceptible to a single point of failure than existing FAT16 drives.
  • FAT32 is more flexible. The root folder on a FAT32 drive is an ordinary cluster chain, so it can be located anywhere on the drive. The previous limitations on the number of root folder entries no longer exist. In addition, file allocation table mirroring can be disabled, allowing a copy of the file allocation table other than the first one to be active. These features allow for dynamic resizing of FAT32 partitions. Note, however, that although the FAT32 design allows for this capability, it will not be implemented by Microsoft in the initial release.
Answered By 0 points N/A #95850

FAT 32 file system Enhancement

qa-featured
  • The FAT32 file system allows for a default cluster size as small as 4 KB, and includes support for EIDE hard disk sizes larger than 2 gigabytes (GB).

 

  • Microsoft Windows NT 4.0 does not support the FAT32 file system.

 

  • Microsoft Windows 2000 only supports FAT32 partitions up to a size of 32 GB.

 

  • FAT32 uses space more efficiently. FAT32 uses smaller clusters (that is, 4-KB clusters for drives up to 8 GB in size),resulting in 10 to 15 percent more efficient use of disk space relative to large FAT or FAT16 drives.

 

  • FAT32 is more robust. FAT32 can relocate the root folder and use the backup copy of the file allocation table instead of the default copy. In addition, the boot record on FAT32 drives is expanded to include a backup copy of critical data structures.

 

  • Therefore, FAT32 drives are less susceptible to a single point of failure than existing FAT16 drives.

 

  • FAT32 is more flexible. The root folder on a FAT32 drive is an ordinary cluster chain, so it can be located anywhere on the drive.

 

  • The previous limitations on the number of root folder entries no longer exist. In addition, file allocation table mirroring can be disabled, allowing a copy of the file allocation table other than the first one to be active. These features allow for dynamic resizing of FAT32 partitions.

 

  • Note, however, that although the FAT32 design allows for this capability, it will not be implemented by Microsoft in the initial release.

Related Questions