Each NTFS volume has an allocation unit size, which is the smallest amount of disk space that can be allocated to a file. The allocation unit size is set when the volume is formatted and cannot be changed.
To determine the allocation unit size of an NTFS volume:
- Open a command prompt.
- Type fsutil fsinfo ntfsinfo drive: and press Enter, where drive is the drive letter of the NTFS volume.
- The output from the command will include two lines that say Bytes Per Sector and Bytes Per Cluster. The allocation unit size is equal to the number of bytes per cluster.
For example, if the output from the fsutil command shows that the bytes per cluster is 4096, then the allocation unit size for the volume is 4096 bytes.
You can also view the allocation unit size in the Properties dialog box for the volume. To do this, open File Explorer, right-click the volume, and then click Properties. The allocation unit size is displayed under the General tab.