2 Answers

up vote 4 down vote accepted

Yes, a cluster is a group of contiguous sectors. The cluster size is the number of sectors per cluster, which is set when the filesystem is created (formatted) and cannot be changed after the fact without reformatting the filesystem with a different cluster size.

For example, an 8KB cluster size means each and every cluster on disk is 16 sectors long (assuming 512-byte sectors, which has been the industry standard for 30+ years now; very new drives use 4KB sectors, so an 8KB cluster size would be two 4K sectors long.)

link|improve this answer
feedback

Yes but clusters may not be

More info

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.