defragmentation
Sign in to saveAlso known as disk defragmentation
In the maintenance of file systems, defragmentation is a process that reduces the degree of fragmentation, files that are stored in multiple segments that are not contiguous on the storage medium. It does this by physically organizing the contents of the mass storage device used to store files into the smallest number of contiguous regions (fragments, extents). It also attempts to create larger regions of free space using compaction to impede the return of fragmentation.
Wikidata facts
Show 2 more facts
- Commons gallery
- Disk defragmentation
- Commons category
- Fragmentation (computing)
via Wikidata · CC0
~17 min read
Article
11 sectionsContents
- Causes of fragmentation
- Example
- Mitigation
- Partitioning
- Solid-state disks
- Approach and defragmenters by file-system type
- See also
- Notes
- References
- Sources
- External links
In the maintenance of file systems, defragmentation is a process that reduces the degree of fragmentation, files that are stored in multiple segments that are not contiguous on the storage medium. It does this by physically organizing the contents of the mass storage device used to store files into the smallest number of contiguous regions (fragments, extents). It also attempts to create larger regions of free space using compaction to impede the return of fragmentation.
Defragmentation is advantageous and relevant to file systems on electromechanical disk drives (hard disk drives, floppy disk drives and optical disk media). The movement of the hard drive's read/write heads over different areas of the disk when accessing fragmented files is slower than accessing the entire contents of a non-fragmented file sequentially without moving the read/write heads to seek other fragments.