Content deleted Content added
m →Preventing fragmentation: grammar |
FleetCommand (talk | contribs) Reverted good faith edits by Slider2k (talk): Cite a reliable source please. (TW) |
||
Line 57:
===Preventing fragmentation===
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.
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/>
|