W
Will
After seeing how much work some defragmenters will go through to do their
job, I'm wondering does anyone make a defragmenter that could be ordered to
actually construct a new drive as the result of the defragmentation? In
other words, rather than just shuffling sectors around, the fragmenter would
write out a whole new drive, with all of the sectors nicely ordered.
This would likely be a much faster way to defragment for those extreme cases
when you want to physically order files based on filename spelling, so that
consecutive files are contiguous on the drive. This is important for games
like flight simulators that need to load thousands of very small files in
very short periods of time, where disk latency accumulates across the large
numbers of files and really does affect load times.
It seems to me that this kind of defragmenter might also make an interesting
way to do an image backup of a drive while it is in use. Obviously there is
a risk if doing that for certain types of database files that are actively
in use at the time of the defragmentation, but caveat emptor and all that.
job, I'm wondering does anyone make a defragmenter that could be ordered to
actually construct a new drive as the result of the defragmentation? In
other words, rather than just shuffling sectors around, the fragmenter would
write out a whole new drive, with all of the sectors nicely ordered.
This would likely be a much faster way to defragment for those extreme cases
when you want to physically order files based on filename spelling, so that
consecutive files are contiguous on the drive. This is important for games
like flight simulators that need to load thousands of very small files in
very short periods of time, where disk latency accumulates across the large
numbers of files and really does affect load times.
It seems to me that this kind of defragmenter might also make an interesting
way to do an image backup of a drive while it is in use. Obviously there is
a risk if doing that for certain types of database files that are actively
in use at the time of the defragmentation, but caveat emptor and all that.