Contig v1.54 - Makes files contiguous
Copyright (C) 1998-2007 Mark Russinovich
Sysinternals - www.sysinternals.com
Contig is a utility that relies on NT's built-in defragging support
to make a specified file contiguous on disk. Use it to optimize execution
of your frequently used files.
Contig v1.54 - Makes files contiguous
Copyright (C) 1998-2007 Mark Russinovich
Sysinternals - www.sysinternals.com
------------------------
Processing D:\bigdatafile.dat: ……処理中のメッセージ
Scanning file...
Scanning disk...
File is 915528 physical clusters in length. ……総クラスタ数
File is in 139 fragments. ……総フラグメント数
Moving 213648 clusters at file offset cluster 0 to disk cluster 4632814 ……移動中のメッセージ Moving 47947 clusters at file offset cluster 213648 to disk cluster 3901212
Moving 44697 clusters at file offset cluster 261595 to disk cluster 2935406 ……(中略)……
Moving 5160 clusters at file offset cluster 906970 to disk cluster 3223515
Moving 3398 clusters at file offset cluster 912130 to disk cluster 2808255
File size: 15000000000 bytes
Fragments before: 139 ……デフラグ前
Fragments after : 67 ……デフラグ後
------------------------
Summary:
Number of files processed : 1
Number of files defragmented: 1
Average fragmentation before: 139 frags/file
Average fragmentation after : 67 frags/file ……総フラグメント数は減ったが、0になったわけではない