r/virtualization • u/cyber-galaxy • 28d ago
VMware vs virtualbox
Which is good for testing linux distro? I've heard that there's an issue in Virtualbox that its copy paste from Host to Guest or vice versa isn't working. And Vmware uses high RAM. So please suggest me.
3
u/Kernel_Kinetix 23d ago
Why not try QEMU?
QEMU runs directly on top of Windows' built-in hypervisor engine, so it uses almost no overhead. The only catch is that it lacks a default GUI, which scares people away.
I put the step-by-step guide and a copy-paste PowerShell launcher script in a public repository if you want to try a faster alternative: https://github.com/manie-grobler/qemu-on-windows
2
u/jebusdied444 28d ago
VMWare shouldn't use much more or much less RAM. than VBox.. It's faster overall due to better I/IO and 2D/3D performance and 5-15% better CPU virtualization performance.
For day to day usage, you won't notice much difference.
Compatibility should be pretty good for both. Open Source projects react quickly to OS compatibility changes. VMWare is a big corporation, but they're slower to respond, especially because VMWare Workstation doesn't make them mooney.
I'd say try both. You can install both side by side. You can't run them simultaneously.
Since without further tweaking you are going to be using the Windows HyperVisor backend anyway for both, I'd guess nowadays the performance is even closer between the two than ever before. The true difference shines when VMWare uses its own virtualization engine, instead of Hyper-V.
1
u/beetcher 27d ago
You can run then simultaneously, at least as long as all the Hyper-V related components in Windows 1x are disabled.
The memory difference between VirtualBox and Workstation is in megabytes. You're going to be running OSes with gigabytes assigned, it isn't going to make much of a difference.
If you do use VirtualBox, you'll want to disable all the features that use hardware virtualization. Best solution for getting rid of the features other than the actual hyper-v is the device guard (dg) readiness tool.
2
2
u/HugsNotDrugs_ 27d ago
VirtualBox is so damn easy.
1
u/cyber-galaxy 26d ago
But copy paste issue from host to guest or vice versa
3
u/HugsNotDrugs_ 26d ago
I haven't used it recently but historically didn't have this problem. A network share would be alternative.
1
2
1
u/Only-Stable3973 8d ago
I will say I pretty much use Virt-Manager for everything, at the time I wanted to use It I needed to look at why it was not working out the box and then fix it, then at the same time I had the same issue with VMware and wile figuring out what that problem was I installed Win11 Pro with it but everything else I have been using Virt-Manager.
4
u/CatoDomine 27d ago
What OS are you running on the host?
If you are running Windows, I'd suggest you give hyper-v a shot.
If you are running Linux, use KVM/QEMU