Created
May 31, 2018 14:48
-
-
Save shortcord/8a4465d77c6a410443db6ac6abaf223e to your computer and use it in GitHub Desktop.
Convert QCOW2 to VDI for Virtualbox
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# the -p flag shows progress of qmeu-img | |
# -O flag sets output of file | |
# for more view man qmeu-img or https://linux.die.net/man/1/qemu-img | |
qmeu-img convert -p -O vdi /path/to/qcow2.img /path/to/output.vdi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment