Skip to content

Instantly share code, notes, and snippets.

@luszczynski
Forked from rafaeltuelho/kvm-qcow2-shirink.md
Created November 22, 2016 15:02
Show Gist options
  • Save luszczynski/170c8a7e13b8d3aea7e97d1bb904cc15 to your computer and use it in GitHub Desktop.
Save luszczynski/170c8a7e13b8d3aea7e97d1bb904cc15 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