VirtualBox/Technical

From Sugar Labs
< VirtualBox
Revision as of 21:39, 10 May 2010 by FGrose (talk | contribs) (Created page with '===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 de...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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