Muffinresearch Labs by Stuart Colville

VMWare Importer for converting Parallels images | 0 Comments

Posted in Apple, Code on 4th May 2008, 7:24 pm by

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 found I had no issues with the converted images.

The only caveat is that Importer only works for Windows based VM’s at present. Currently supported are Windows 2000 SP4, XP SP2, Server 2003 and Vista.

To convert an image all you have to do is:

  1. Drag the Parallels image onto the importer app
  2. See the details of the image are read by the utility
  3. Change the “disk options” so that it’s not breaking the image into pieces or assigning all of the space at once (unless you that’s what you want.)
  4. Start the conversion, say where you want to save it and go and make a cup of tea.
  5. Come back and use the resulting fusion image.

VMWare Importer is definitely much better than the previous solution using VMware Converter under the running parallels image it gets my vote. To try it for yourself you can download it from vmware.com

Post Tools

GNU screen: open tab in current working directory|(1)

A nice trick for having screen open a new tab in the same directory as the one you’re currently in. To use it add it to your .screenrc

# Open new window in current dir.
bind c stuff "screen -X chdir \$PWD;screen^M"
bind ^c stuff "screen -X chdir \$PWD;screen^M"

Hat tip: mteckert on SuperUser.com

Ubuntu: add-apt-repository: command not found|(3)

When you’re using a minimal Ubuntu install if you find the ‘add-apt-repository’ command is missing (it’s useful for adding PPAs and other repositories), then simply run:

sudo apt-get install python-software-properties

Photos on Flickr

© Copyright 2004-12 Stuart Colville, all rights reserved. May contain traces of Muffin. Powered by WordPress. Hosting by Slicehost.com This page was baked in 0.614s.