| A cluster is a set of track sectors, ranging from 2 to 32 or more, depending on the formatting scheme in use.
The most common formatting scheme for PCs sets the number of track sectors
in a cluster based on the capacity of the disk. A 1.2 gig hard drive will have clusters twice as large as a 500 MB hard drive.
1 cluster is the minimum space used by any read or write. So there is often a lot of slack space, unused space, in the cluster beyond the data stored there.
There are some new schemes out that reduce this problem, but it will never go away entirely.
The only way to reduce the amount of slack space is to reduce the size of a cluster by changing the method of formatting. You could have more tracks
on the disk, or else more sectors on a track, or you could reduce the number of track sectors in a cluster.
|