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 running vmdk…

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…

Ubuntu Hardy: Setting up VMWare-tools from the CLI

First you need the vmware tools tar from the cd image. This is found at /media/cdrom once you've run "install vmware tools" from the server console. When I did this the CD didn't seem to be available even though it looked like it had mounted correctly. To…

VMWare Importer for converting Parallels images

VMWare now has a nice utility called Vmware importer (beta 2) 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 converting some windows images from parallels to vmware I…