270 bytes added
, 20:39, 10 May 2010
===QEMU image conversion===
You can also convert .img image files from [[QEMU]] formats, such as qcow2, to vmdk format, which VirtualBox can open. The qemu-img command usually detects the source image format automatically.
$ qemu-img convert -O vmdk file.img file.vmdk