Skip to main content

The process of arranging blocks on the filesystem to optimize disk read access.

The process of arranging blocks on the filesystem to optimize disk read access. The algorithm for optimal fragmentation will differ for each filesystem type (e.g. ext2, NTFS), but will generally involve placing fragments of a file in contiguous blocks for disk-based storage devices.