Morning!
Here's a good definiting from wikipedia..
"In the context of administering computer systems, defragmentation (or defragging) is a process that eliminates fragmentation in file systems. It does this by physically reorganizing the disk's contents in order to store the pieces of each files close together and in order (contiguously*). It also attempts to create large regions of free space using compaction, to impede the return of fragmentation."
How's that sound?
Lyte
*contiguous =
Immediately adjacent. For example, contiguous sectors on a disk are sectors that come one after the other. Frequently, a file stored on disk can become fragmented, which means that it is stored on non-contiguous sectors.