Shrink qcow2 file with Windows guest
- Remove unnecessary file and empty the recycle bin in windows guest.
- De-fragment your disk in windows guest. You may do it several times for good compact status.
- Free unused disk space in windows guest.
sdelete -c c: - Convert the disk image itself.
qemu-img convert -c -O qcow2 win.qcow2 win-shrinked.qcow2
Comments
Post a Comment