The built in Disk Defragmenter analysis, on an NTFS volume, may show more fragments than could possibly exist for the indicated file sizes. Example:
--------------------------------------------------------------------
14 1 KB \WINNT\system32\config\software.LOG
8 1 KB \WINNT\system32\config\default.LOG
11 1 KB \Documents and Settings\joeuser\ntuser.dat.LOG
If you use Windows Explorer to look at the file properties of one of these files, it may look like:
Size on Disk: 4.00KB (4,096 bytes)
The Windows 2000 defragmentation API will not allow the extra space to be moved and consolidated while the file is open. When you restart the computer, NTFS allocated clusters that are near the current end-of-file.
NOTE: It may be better to have multiple fragments within the same cylinder than to have only one additional fragment that requires a long seek.





