Convert disk images



Using qemu-utils (KVM)


Convert VHD (VPC) image to Qcow2:

#qemu-img convert -f vpc image.vhd -O qcow2 image.qcow2


Convert VDI image to Qcow2:

#qemu-img convert -f vdi image.vdi -O qcow2 image.qcow2


Comentarii

Postări populare de pe acest blog

Process Command Line Arguments in Python

SQL injection with UNION

Docker compose DNS resolution