10

what I should using to work with linux on windows ... I don't know ! ... but I tried VirtualBox and VmWare what's the differents and which are the feutures

1
  • One difference I have noticed: VMWare has software side handling of multiple CPU's and so if your Intel CPU doesn't have the support for it, VMWare will still allow you to select multiple cpu's for your VM.
    – djangofan
    Commented May 28, 2010 at 22:22

6 Answers 6

9

Im using a bit of both (VMWare at work, as it's the software that's used the most in the company I work for ; and VirtualBox at Home), and, to develop, I don't see much of a difference : both do what I need, which is provide a Virtual Machine, independant of the host system.

If you are going to use it for some production system, maybe VMWare might be a safest bet, at least for support -- and it's more widely used in the industry, I'd say.

If you want free software, VirtualBox OSE is the way to go.
Edit after comment, to clarify : by "free", I mean "libre" : both VMWare server/player and VirtualBox are free (as in "cost not money"), but only VirtualBox OSE is free as in "libre" -- see Open Source VirtualBox and other editions


One thing that was not so good with VirtualBox was that it didn't support VM with several CPU ; that's possible, now, with versions 3.x, if I remember correctly.


You might also be interested by a couple of questions / asnwers about that subject, like, for instance :

You also have several other possibilities, like QEMU, for instance -- but those are less known/used ; so maybe not that useful if you want to use a VM for work and share it with co-workers...

2
  • VMWare Player is also free: vmware.com/products/player And there are pre-made (though not WinOS) VMWare VMs available.
    – rexem
    Commented Sep 7, 2009 at 5:27
  • By "free software", I didn't mean about price, but about license (ie, "libre" software) -- and VMWare server, used to create VM, if free (as in "costs no money") too, not only the player ; but not "libre" ;-) Commented Sep 7, 2009 at 5:51
5

In my experience I have found VMWare to be a brilliant virtualization tool. I have used the workstation version and the server version, it's worked flawlessly for me, however; I do find that VMWare is not as simple to get going as VirtualBox is, if you want the free (server) edition you will be running a little excess overhead to manage the services component.

On the other hand I've now switched to VirtualBox on OSX and it's been everything I've ever needed. It works perfectly for a development environment and allows assigning USB ports exclusively to a machine or based on vendor codes (filters).

VirtualBox also contains a snapshot feature that is only part of the workstation (retail) version of VMWare.

In summary, if you want a dedicated machine to handle your virtualization, go with VMWare, but if it's for development purposes on your local machine, I'd definately go with VirtualBox.

1

I've used VMWare with great success for developing drivers where you need to run checked OS builds and debug & single-step kernel code. I think that is its major strength. I use VirtualBox for hosting assorted OSes holding software I don't want to install on my work PCs (like old versions of browsers and applications, etc).

VirtualBox also starts up much faster than VMWare in my experience...

1

I ran into some config issue with VirtualBox (shared folders weren't working anymore and I didn't know how to enable it again) so I tried VMWare as I assumed it was a professional piece of code and maybe I could get it going faster than tracing my issue in VirtualBox.

VMWare didn't solve it so I decided to go back to VirtualBox. In the process of uninstalling VMWare on WindowsXP I lost all the network connections and my tech support gave up fixing it so I ended up re-formatting the drive and installing everything again, thanks to VMWare.

Thanks to VMWare I installed a fresh copy of Virtualbox and it's running smoothly. That's how I feel about the two.

0

You might consider to use both at first! Install a Linux VM in both VMWare and VirtualBox. Use both for two months or more. After a while, you'll notice that you're using one of them more than the other. The one you use most is the best one for you, providing you the most features that you're using.

If you still can't decide after two months, just use them even longer...

0

I had better performance, and a smoother experience, with VirtualBox, but VMWare's handling of multiple VMs blows it out of the water - so it depends what you're using it for.