Virtual box stores its image in vdi and vmware with vmdk format. To convert to qcow2 or raw format use the following command
qemu-img convert file.vdi -O qcow file.qcow
-O option is used to specify the format
The formats supported by qemu are
qemu-img convert file.vdi -O qcow file.qcow
-O option is used to specify the format
The formats supported by qemu are
- raw
- cloop
- cow [only on windows]
- qcow
- qcow2 [has many advantages, higly recommended]
- vmdk
- vdi
- vhdx
- vpi
- bochs
- dmg
- nbd
- parallels
- vvfat
No comments:
Post a Comment