Skip to content

Instantly share code, notes, and snippets.

@willb
Created March 26, 2009 20:56
Show Gist options
  • Save willb/86330 to your computer and use it in GitHub Desktop.
Save willb/86330 to your computer and use it in GitHub Desktop.
# convert sda.img to a QEMU disk image
qemu-img convert -f raw sda.img -O qcow sda-qcow.img
# convert sda.img to a vmware disk image
qemu-img convert -f raw sda.img -O vmdk sda.vmdk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment