Questions tagged [virtual-machine]

A virtual machine is an emulation of a guest operating system, running on virtualized hardware within a host operating system.

Rather than being real, i.e., made ​​of real computer hardware and running a specific operating system, a virtual machine (VM) is a "dummy" computer created by a simulation program. Its memory, processor and other resources are virtualized. It is a way of dividing the resources of a computer into multiple execution environments.

Advantages of VMs:

  • Facilitates the development and testing of new operating systems.
  • Allows comparison of multiple operating systems using the same equipment.
  • Runs different operating systems on the same hardware simultaneously.
  • Simulates changes and hardware failures or reconfiguration of tests an operating system, providing reliability and scalability to applications.
  • Reduction in hardware costs.
  • Facilitates in the management, replication and migration of computers, applications or operating systems.
  • Reliability and availability: a software failure in a VM does not affect other services running on the host operating system.
5579 questions
13
votes
3 answers

How can I mount an external hard drive in a VirtualBox machine

I have installed Virtual Box on Machine and setup a Ubuntu 9.10. And I have an external hard drive formatted for Linux. But when I hook up the external hard drive, my Ubuntu 9.10 can't see the external hard drive. How can I setup the external hard…
hap497
  • 2,959
  • 7
  • 32
  • 24
12
votes
6 answers

Advantages of using a virtual machine

What are the pros and cons of using a virtual machine given that I have a decent 64-bit computer with 4GB RAM and 64-bit OS? For example, why should I use a virtual machine instead of dual-booting? What are the downsides?
10
votes
6 answers

Can a virtual machine (VM) ever overwrite the host disk, or a host a guest disk, or a guest another guest disk?

This question arose from “Is it safe to answer “erase disk and install Ubuntu” on a virtual machine?”. Guest space from host: What happens when the disk space gets larger than the unused disk space, perhaps not at start, but later, when the usage…
questionto42
  • 2,267
5
votes
5 answers

How to run Windows 3.1 under Windows XP (or Windows 7)

We've had a nasty one come up at work. We have to resurrect and modify a piece of code that was last built sometime in the late 1990s. The toolset ran on Windows 3.1 and 3.11. It does not run under Windows XP: NTVDM reports an unhandled exception.…
5
votes
2 answers

can a Virtual machine help me!

I have Windows XP 64bit, and have experienced problems with a scanner driver which is not compatible with 64 bit systems. If I install Microsoft Virtual PC, and install a 32bit version of XP onto the virtual HD, will I be able to use my scanner…
MystikaL
4
votes
6 answers

Virtual PC versus VirtualBox

Which free virtualization software do you guys prefer? I have used Virtual PC and VirtualBox (briefly), any advantage of using either one? Any other recomendations?
user3183
  • 3,327
4
votes
2 answers

How to instal Windows 1.x in a virtual machine?

I'd like to make a video about the brief history of Windows, along with how to install them and take a quick look at their functions. Unfortunately, I'm stuck with the installation of Windows 1.01. I tried a few different OEM versions found at…
4
votes
1 answer

Can I emulate some hardware for a virtual machine by running a program on the host operating system?

So... There are virtual machines that basically run an operating system in some simulated environment (which might or might not correspond to the real hardware currently present). There are some possibilities to connect real hardware devices (e.g.…
hoffmale
  • 101
4
votes
4 answers

Running a single virtual machine

How would you configure a computer to run a single virtual machine? Keeping it virtual is important to: Create snapshots Achieve hardware independence The server in question is a build server so performance is relevant. Guest OS will likely be…
Andreas
  • 257
3
votes
1 answer

Missing space after virtual box uninstall

I had Oracle's VirtualBox software installed yesterday on my Windows 7 machine with a 20GB Ubuntu installation. I needed to free up some space so I uninstalled the virtualbox software. However I didn't notice any space free up on my hard drive. Is…
codedude
  • 439
3
votes
2 answers

Is it possible to warp time for a virtual environment?

While this question can sound a bit sci-fi I am serious about it. Is it possible to warp time for a virtual environment and make a virtual machine act faster? I am trying to learn my neural network how to play an old game and it's speed is not…
Kosh
  • 228
3
votes
1 answer

Is it possible to fake a CPU temperature on a virtual machine?

On a virtual machine there is no temperature information for my CPU. In some case, some software match this temperature For experience purpose I need to "mock" a temperature How can I do that ? (I'm using virtual box)
Meds
  • 359
2
votes
1 answer

Checking if Intel VT-x acceleration is enabled from inside a VMware virtual machine?

My (Fortune 500) company just rolled out new VMs and everyone is complaining they are dog slow. Is there any way I could verify, from inside a VM, whether Intel virtualization (VT-x) acceleration has been properly enabled? The processor claims to…
user269950
  • 21
  • 2
2
votes
1 answer

VMware player Ubuntu VM not starting

I had a perfectly working Ubuntu 12.04 VM running in VmWare player with Windows 8 as the host OS. I sent the Ubuntu VM to sleep from the Ubuntu menu (not the suspend option in VMWare Player). When I wanted to resume work, I was unable to wake the…
2
votes
3 answers

Creating a custom virtual machine from existing PC

When converting an existing PC to a VM, whether using VMWare or VirtualBox, do either allow customization? For example, convert an existing PC, but don't include certain data folders (music, video, etc.), so that the resulting VM is smaller in…
eych
  • 407
1
2 3 4 5