| Clusters - Allocation Unit:The smallest amount of disk space
      allocated to hold a file. All File Systems
      used by WinXP Pro & Win2000 organize Hard Disk Drives (HD Drives)
      based on Cluster size. Cluster and allocation unit are synonmous. Cluster
      size is determined by the number of Sectors the Cluster contains. A Sector
      is the smallest unit of storage read or written on a HD Drive. The smaller the Cluster size, the more
      efficiently a Disk stores information. If no Cluster size is specified
      during formatting, Win2000 chooses Defaults based on the size of the
      Volume. These Defaults are selected to reduce the amount of space lost and
      the amount of Fragmentation on the Volume. Allocation unit size is also
      called cluster size. Defrag often!
 A comparison of FAT16, FAT32,
      and NTFS Volume and default Cluster Sizes for
      Volumes with WinXP Pro File Systems. See: Disk
      Management.
 
        
          |  | Volume
            Size | FAT16
            Cluster Size | FAT32
            Cluster Size | NTFS
            Cluster Size |  
          | 1 | 7 MB–16 MB | 2 KB | Not
            supported | 512 bytes |  
          | 2 | 17 MB–32 MB | 512 bytes | Not
            supported | 512 bytes |  
          | 3 | 33 MB–64 MB | 1 KB | 512 bytes | 512 bytes |  
          | 4 | 65 MB–128 MB | 2 KB | 1 KB | 512 bytes |  
          | 5 | 129 MB–256 MB | 4 KB | 2 KB | 512 bytes |  
          | 6 | 257 MB–512 MB | 8 KB | 4 KB | 512 bytes |  
          | 7 | 513 MB–1,024 MB | 16 KB | 4 KB | 1 KB |  
          | 8 | 1,025 MB–2 GB | 32 KB | 4 KB | 2 KB |  
          | 9 | 2 GB–4 GB | 64 KB | 4 KB | 4 KB |  
          | 10 | 4 GB–8 GB | Not
            supported | 4 KB | 4 KB |  
          | 11 | 8 GB–16 GB | Not
            supported | 8 KB | 4 KB |  
          | 12 | 16 GB–32 GB | Not
            supported | 16 KB | 4 KB |  
          | 13 | 32 GB–2 terabytes | Not
            supported | Not
            supported1 | 4 KB |  1Windows XP
      Professional formats FAT32 volumes up to 32 GB regardless of cluster
      size. To format volumes larger than 32 GB, you must use NTFS.
      However, Windows XP Professional can mount FAT32 volumes larger than
      32 GB that were created by other operating systems. In the Disk Management snap-in, you can
      specify a cluster size of up to 64 KB when you format a volume. If
      you use the format command to format a volume, but do not specify a
      cluster size by using the /a:size parameter, the default
      values in Table 13.4 are used. If you want to change the cluster size
      after the volume is formatted, you must reformat the volume. Before choosing a Cluster size other
      than Default, note these important limitations: 
        For WinNT, Win2000, and WinXP Pro,
          Cluster size of FAT16 volumes from 2 GB through 4 GB is
          64 KB, which can create compatibility issues with some
          applications. For example, setup programs do not compute free space
          properly on a volume with 64-KB clusters and cannot run because of a
          perceived lack of free space. For this reason, you must use either
          NTFS or FAT32 to format volumes larger than 2 GB. The format
          command in WinXP Pro displays a warning and asks for a confirmation
          before formatting a Volume that has 64-KB clusters using FAT16.
        WinXP Pro, like WinNT 4.0 and
          Win2000, supports file compression. Because File Compression is not
          supported on Cluster sizes above 4 KB, the default NTFS Cluster
          size for WinXP Pro never exceeds 4 KB. To verify the Cluster size of an existing
      Volume: From Command Prompt - Use chkdsk command or fsutil
      fsinfo ntfsinfo commands. References:
        www.microsoft.com/technet
          - Cluster Size:msdn.microsoft.com
          - Clusters and Extents:
          "Clusters may be referred to from two different perspectives:
          within the file and on the volume. Any cluster in a file has a virtual
          cluster number (VCN), which is its relative offset from the
          beginning of the file. For example, a seek to twice the size of a
          cluster, followed by a read, will return data beginning at the third
          VCN. A logical cluster number (LCN) describes the offset
          of a cluster from some arbitrary point within the volume. LCNs should
          be treated only as ordinal, or relative, numbers. There is no
          guaranteed mapping of logical clusters to physical hard drive
          sectors."
          
            Virtual Cluster - One of
              the clusters of a file for which the clusters are in the order in
              which they are read sequentially in the file. Virtual clusters are
              distinguished from logical clusters. Logical Cluster - One of
              the clusters of a file for which the clusters are in the order in
              which they are found on the hard drive. Logical clusters are
              distinguished from Virtual Clusters. HD Disk
              Defragmentation:www.microsoft.com/technet
          - New in File Systems:192322
          - Description of Default Cluster Sizes for FAT32 File System: Win9x
          Versions184006
          - Limitations of FAT32 File System: FAT32154997
          - Description of the FAT32 File System:Microsoft
          Windows XP - New in File Systems:140365
          - Default Cluster Size for FAT and NTFS:314878
          - The Default Cluster Size for the NTFS and FAT File System:Microsoft
          Windows XP - Advantages of Using NTFS: |