Content deleted Content added
→Preventing fragmentation: added the effect of the cluster size on fragmentation |
m →Preventing fragmentation: grammar |
||
Line 58:
Preemptive techniques attempt to keep fragmentation at a minimum at the time data is being written on the disk. The simplest is appending data to an existing fragment in place where possible, instead of allocating new blocks to a new fragment.
Increasing a file system's [[cluster size]] decreases potential fragmentation. This is due to the fact that, having larger clusters, files are needed to be split into smaller number of allocation units
Many of today's file systems attempt to preallocate longer chunks, or chunks from different free space fragments, called [[extent (file systems)|extent]]s to files that are actively appended to. This largely avoids file fragmentation when several files are concurrently being appended to, thus avoiding their becoming excessively intertwined.<ref name=mcvoy-extent/>
|