Difference between revisions of "VirtualBox"

From the Linux and Unix Users Group at Virginia Teck Wiki
Jump to: navigation, search
imported>Cov
(Created page with ''''VirtualBox''' is partially libre, gratis virtualization software. =VMware Support= While VirtualBox should be able to open <code>.vmdk</code> images, if you…')
 
imported>Cov
Line 15: Line 15:
 
Creating dynamic image with size 2829464064 bytes (2699MB)...
 
Creating dynamic image with size 2829464064 bytes (2699MB)...
 
</pre>
 
</pre>
 +
 +
[[Category:Libre course software]]
 +
[[Category:Howtos]]

Revision as of 13:28, 1 March 2010

VirtualBox is partially libre, gratis virtualization software.

VMware Support

While VirtualBox should be able to open .vmdk images, if your version is unable to, you can crack open VMware images with dd. See the VMware article for instructions.

Converting a Raw Image

To convert a raw image to a VirtualBox dynamic image, you just need to run the VBoxManage convertfromraw command.

$ VBoxManage convertfromraw centosroot.img centosroot.vdi
VirtualBox Command Line Management Interface Version 3.1.0
(C) 2005-2009 Sun Microsystems, Inc.
All rights reserved.

Converting from raw image file="centosroot.img" to file="centosroot.vdi"...
Creating dynamic image with size 2829464064 bytes (2699MB)...