Open main menu

Linux and Unix Users Group at Virginia Teck Wiki β

Changes

VirtualBox

149 bytes added, 22:39, 1 March 2010
no edit summary
=VMware Support=
While VirtualBox should be able to open <code>.vmdk</code> images, if your version is unable you may need or want toconvert the formats on the command line. Also, you can crack open VMware images with <code>dd</code>and loop-mount the partitions individually. See the [[VMware#Cracking_Open_VMDK_Images_with_DD|VMware article]] for instructions.
=Converting a Raw ImageFlat VMDK=
To convert a raw image to a virtual desktop image, you just need to run the <code>VBoxManage convertfromraw</code> command.
<pre>
$ VBoxManage convertfromraw centosrootCentOS/Red\ Hat\ Enterprise\ Linux\ 4-flat.img centosrootvmdk ~/RHEL4.vdi
VirtualBox Command Line Management Interface Version 3.1.0
(C) 2005-2009 Sun Microsystems, Inc.
All rights reserved.
Converting from raw image file="centosrootCentOS/Red Hat Enterprise Linux 4-flat.imgvmdk" to file="centosroot/home/user/RHEL4.vdi"...Creating dynamic image with size 2829464064 3221225472 bytes (2699MB3072MB)...
</pre>
[[Category:Libre course software]]
[[Category:Howtos]]
Anonymous user