Purpose of Disk Defragmenter
What does it actually do?
When Windows writes a file to disk it doesn't just write one big physically continuous area of the disk. Rather, it write discrete chunks called "clusters", and these need not be near each other. If a file contains a lot of clusters that are physically distant from each other, the disk drive has to seek back and forth all over the place to read that file - theoretically taking longer than reading the file whose clusters are all in one continuous stretch.
Pour Comments..