Skip to content

Instantly share code, notes, and snippets.

@jadia
Created October 16, 2019 07:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jadia/d15e0173198de943519964e6a0d4579e to your computer and use it in GitHub Desktop.
Save jadia/d15e0173198de943519964e6a0d4579e to your computer and use it in GitHub Desktop.
Convert VDI images to IMG or QCOW2 in QEMU

Convert VDI images to IMG or QCOW2 in QEMU

qemu-img convert -f vdi -O qcow2 vm.vdi vm.qcow2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment