Qemu Convert:
You can convert virtual disk images with qemu on Linux and windows:
--------------------------------------------------------------------
Types for disk images:
Image format - Argument to qemu-img
- QCOW2 (KVM, Xen) - qcow2
- QED (KVM) - qed
- raw - raw
- VDI (VirtualBox) - vdi
- VHD (Hyper-V) - vpc
- VMDK (VMware) - vmdk
-----------------------------------------------------------------------
-p
: Show progress of convert
-f
: Input file format
-O
: Output file format (capital O)
Example: qemu-img convert -p -f vpc -O vmdk old.vhd new.vmdk
-----------------------------------------------------------------------
Sources:
Date: July 1st, 2021
Back
© 2019 to 2025 Branden Gilfoil &
© up to 2025 for respective owners.