Top "Virtualbox" questions

[Notice: Only programming-related questions are on-topic] Oracle VM VirtualBox is an x86 virtualization software package, now developed by Oracle Corporation

VMWare Fusion: How do I combine muliple numbered vmdk files into a -flat.vmdk file?

I'm on Mac 10.6.6 using VM Ware Fusion 3.1.2. I created a Windows 7 image, but when I examine the files that make …

virtualization vmware virtualbox vmware-fusion
Invalid argument for read-write mmap?

I'm getting -EINVAL for some reason, and it's not clear to me why. Here's where I open and attempt to …

c linux virtualbox mmap
Accessing localhost from virtual machine

I have installed a virtual machin with Windows XP using Virtualbox and i want to acces the localhost from it (…

localhost wamp virtual-machine virtualbox
Fail to install software during Debian installation on Virtualbox

I'm trying to install a Debian Jessie (8.7.1) on a Virtualbox VM. During the Debian software installation, which correspond to the …

debian virtualbox failed-installation
Virtual box Host only Network Interface

When I am trying to add a new Network Interface for Host only network, Virtual Box version :Version 5.0.22 r108108. I …

virtualbox network-interface
How to deal with apps that force screen orientation in android-x86 on VirtualBox?

If you've used an Android device, you're aware that there are some apps that force the display to portrait and …

android orientation virtualbox screen-orientation android-x86
VirtualBox - Clone vs Snapshot vs Backup

Looking for a simple answer to some virtualbox options.. What are the differences between Clone & Snapshot & Backup? Which …

ubuntu backup clone virtualbox snapshot
Failed to create the host-only adapter - windows 10, docker, virtualbox

I've recently run into this problem after having used docker toolbox without a problem for a while. Started happening after …

docker virtual-machine virtualbox docker-machine docker-toolbox
Connection through COM port between host and guest in VirtualBox

I am running a certain application on Ubuntu (16.04) in VirtualBox, while VirtualBox is running on Windows 10 (host). In Simulink (running …

matlab virtualbox communication simulink qgroundcontrol
How do you kill zombie process using wait()

I have this code that requires a parent to fork 3 children. How do you know (and) where to put the "…

c linux virtualbox wait zombie-process