Default Cluster Size for FAT and NTFSID: Q140365
|
All file systems used by Windows NT organize your hard disk based upon
cluster (or allocation unit) size, which represents the smallest amount
of disk space which can be allocated to hold a file. So when file sizes do
not come out to an even multiple of the cluster size, extra space must be
used to hold the file (up to the next multiple of the cluster size). On
the typical partition, this means that (cluster size)/2 * (number of
files) worth of space is lost this way.
If no cluster size is specified during format, NTFS picks defaults based
upon the size of the partition. These defaults have been selected to
reduce the amount of space lost and to reduce the amount of fragmentation
on the partition.
Windows NT uses the following default cluster sizes for NTFS (the value for
number of sectors assumes a standard, 512 byte sector. On systems with
sectors that are not 512 bytes, the number of sectors per cluster may
change, but the cluster size is fixed):
Drive Size Cluster Size Number of Sectors
--------------------- ---------------- -----------------
512MB or less 512 bytes 1
513MB to 1024MB(1GB) 1024 bytes (1KB) 2
1025MB to 2048MB(2GB) 2048 bytes (2KB) 4
2049MB to 4096MB(4GB) 4KB 8 NT V3.50 only **
4097MB to 8192MB(8GB) 8KB 16 NT V3.50 only
8193MB to 16384MB(16GB) 16KB 32 NT V3.50 only
16385MB to 32768MB (32GB) 32KB 64 NT V3.50 only
greater than 32768MB (32GB) 64KB 128 NT V3.50 only
** NOTE: NT V3.51 and NT V4.0 support file compression. File
compression is not supported on cluster sizes above 4k
so the default cluster size will never exceed 4k if a
volume is formatted under Windows NT V3.51 or above.
Drive Size FAT Type Sectors Cluster
(logical volume) Per Cluster Size
----------------- -------- ----------- -------
0 MB - 15 MB 12-bit 8 4K
16 MB - 127 MB 16-bit 4 2K
128 MB - 255 MB 16-bit 8 4K
256 MB - 511 MB 16-bit 16 8K
512 MB - 1023 MB 16-bit 32 16K
1024 MB - 2048 MB 16-bit 64 32K
2048 MB - 4096 MB 16-bit 128 64K
*4096 MB - 8192 MB 16-bit 256 128K NT V4.0 only
*8192 MB - 16384 MB 16-bit 512 256K NT V4.0 only
*NOTE: In order to support > 4GB FAT partitions using 128k or
256k clusters, the drives must use > 512 byte sectors.
Additional query words: prodnt
Keywords : kbother ntfilesys
Version : winnt:3.5,3.51,4.0
Platform : winnt
Issue type :
Last Reviewed: May 11, 1999