VMDK格式的镜像转成qcow2

# VMDK–>qcow2:
qemu-img convert -f vmdk -O qcow2 source-name.vmdk target-name.img

# qcow2–>raw:
qemu-img convert -O qcow2 source-name.raw target-name.qcow

           

No comments

Comments feed for this article

Reply

Your email address will not be published. Required fields are marked *