✔ 最佳答案
In the context of administering computer systems, defragmentation (or defragging) is a process that reduces the amount of fragmentation in file systems.
It does this by physically reorganizing the contents of the disk in order to store the pieces of each file close together and in order (contiguously).
It also attempts to create larger regions of free space using compaction to impede the return of fragmentation.
Some defragmenters also try to keep smaller files within a single directory together, as they are often accessed in sequence.