Cluster

Cluster is the smallest block used by the file system to store files. Normally a cluster consists of several contiguous sectors, however the space on disk is always allocated in clusters.

The bigger cluster size leads to better performance on large files but imposes an overhead for small files, since no file can have allocated space less than one cluster.