up vote 13 down vote favorite
3
share [g+] share [fb]

I've messed with Virtual Machine software before and for me it works very well for multi-platform testing. My question is what virtual machine systems out there that are free are available that can do things like cloning, state saving and branching, and have low overhead in terms of modifying the host system.

For right now I'm using VirtualBox which seems to be a reasonable fit for me.

link|improve this question

feedback

13 Answers

up vote 9 down vote accepted

I use Microsoft's free Virtual PC, which like VirtualBox has a very low overhead on the host machine:

With differencing disks you can handle virtual machine branching, see Andrew Cornell's great article for details:

link|improve this answer
feedback

+1 for VirtualBox. I have been using it for testing different Linux distributions and for a free VM it works quite well.

link|improve this answer
feedback

Depends on your needs, to some extent. For example, Microsoft offers a handy Virtual PC VHD for testing your website in various versions of IE. Perfect for that scenario.

link|improve this answer
1  
Never knew about this. Looks promising. – Jeremy Edwards Jan 31 '09 at 18:59
Anyone tried running this on Windows 7? – Cory House Dec 23 '09 at 1:37
feedback

I started to use SUN's VirtualBox recently. It runs Windows XP on an Ubuntu box smoothly. I have never tried it on a Windows host, but that should work as well.

link|improve this answer
feedback

I prefer using Virtualbox. I've read some tests, which said it is faster than VirtualPC, and also it has got interesting function - integration with the main OS. Although in Virtual PC it is possible to simply drag and drop files between systems but on Virtual pc you can't run x64 bit guest OS.

link|improve this answer
feedback

I've used both Virtual Box and Microsoft's Virtual Machine. (Virtual Box at home on my Ubuntu Linux box, and Microsoft's Virtual Machine at work on a Windows XP Machine.) I tend to prefer Virtual Box.

Even though my machine at home is slower than my work machine, Virtual Box is much faster, although (as expected) the Microsoft product is completely configurable through the GUI, where the Virtual Box isn't (for some configurations, you will have to use a manager program accessible through a command line interface. Most common configurations are accessible through a nice GUI.)

Virtual Box is available for Windows, Mac, Linux and Solaris while Microsoft is available for only Windows.

Hope that helps!

link|improve this answer
feedback

On Windows, just about your only other option is VMware Server, even though it doesn't have a low overhead on the host. QEMU is very slow.

link|improve this answer
feedback

Consider Hyper-V (http://www.microsoft.com/windowsserver2008/en/us/hyperv.aspx). I think it comes free with Win2k8

link|improve this answer
feedback

On Linux, you can use QEMU which is quite fast when using kqemu or KVM. The latter requires hardware virtualization features.

link|improve this answer
feedback

I'm running Windows 2008 Server 32-bit as my development machine as well as my testing box. I only have 1 computer Server 64-bit doesn't run stable on my machine as the networking card drops out constantly (wireless) and the graphics performance is terrible.

Thanks for you suggestions.

link|improve this answer
feedback

Virtualbox seems be faster than Virtual PC when/while the addons are not installed. If the host computer has low RAM (like 512 MB ) and the guest OS is windows then Virtual PC is better as Virtualbox gives many not enough memory errors in that case.

link|improve this answer
feedback

Looks like VMWare upped the anti with a new free solution. VMWare ESXi - http://www.vmware.com/products/esxi/

Looks a bit heavy duty but I'll try it out as well. In a virtual machine of course.

link|improve this answer
feedback

VMWare Player has had the best performance in my experience. Not sure it has all the features you want though.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.