|
Since I made vhd(s) without NTFS Compression option in volume level, I just want to run VHD file to compactor. Is it ok to use it? There's no technet or any examples in there. |
Answered by
Freaky
Jul 14, 2022
Replies: 1 comment
|
You don't want to use Compactor on a file that'll be accessed read/write - compacted files are automatically rewritten in decompressed form the moment they're opened for writing. The old-style NTFS compression you can access via the file properties dialogue should be fine, but will result in increased fragmentation because compressed chunks are literally stored in NTFS fragments. |
0 replies
Answer selected by
MPThLee
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You don't want to use Compactor on a file that'll be accessed read/write - compacted files are automatically rewritten in decompressed form the moment they're opened for writing.
The old-style NTFS compression you can access via the file properties dialogue should be fine, but will result in increased fragmentation because compressed chunks are literally stored in NTFS fragments.