Skip to content

Instantly share code, notes, and snippets.

@rafaeltuelho
Created October 31, 2015 23:39
Show Gist options
  • Save rafaeltuelho/9d46791da9b38d819d2f to your computer and use it in GitHub Desktop.
Save rafaeltuelho/9d46791da9b38d819d2f to your computer and use it in GitHub Desktop.
to shrink a QEMU/KVM qcow2 image
sudo qemu-img convert -c -O qcow2 fedora-22-server.qcow2 box.img
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment