Running VMware images under VirtualBox

I use the excellent VirtualBox on Ubuntu but I had a specific Debian dev environment VM that I'd previously run under VMware Fusion on my work mac when it used to have OSX on it ;-). The current versions of VirtualBox (2.2.4 in my case) support…

VMware Server: Convert Fixed Disk-images to Growable

Quick tip if you ever want to convert from a fixed disk image to an expandable one then the following command should do it: sudo vmware-vdiskmanager -r source.vmdk -t 0 expandable.vmdk Just replace "source" and "expandable" with your disk image file names. For more…

VMWare Importer for converting Parallels images

VMWare now has a nice utility called Vmware importer (beta 2) [http://www.vmware.com/download/fusion/importer_tool.html] which takes Parallels image files (and Virtual PC image) and converts them to VMWare Fusion image files directly. The app is dead easy to use and from my own test…