Running multiple VMs from one vdi

Discussions related to using VirtualBox on Windows hosts.
Post Reply
Nebster
Posts: 2
Joined: 18. Nov 2008, 11:52

Running multiple VMs from one vdi

Post by Nebster »

Hey all,

Is it possible to run multiple VMs from one vdi but using snapshots?

I want to have a base image and run multiple VMs from it.

Thanks,
Nebster
TerryE
Volunteer
Posts: 3572
Joined: 28. May 2008, 08:40
Primary OS: Ubuntu other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Ubuntu 10.04 & 11.10, both Svr&Wstn, Debian, CentOS
Contact:

Post by TerryE »

If you want to run multiple VMs from the same VDI (other than cloning) you need to mount it as immutable (see UG and my tutorial All about VDIs for more info). The problem with immutable drives is that they forget all changes when you shut down the machine. The way around this is to configure your system with 2 drives: a big common immutable drive and a second smaller "personality" drive which you clone from a template for each machine.

The details of how you configure these is different for windows and Linux guests.
Read the Forum Posting Guide
Google your Q site:VirtualBox.org or search for the answer before posting.
Nebster
Posts: 2
Joined: 18. Nov 2008, 11:52

Post by Nebster »

TerryE wrote:If you want to run multiple VMs from the same VDI (other than cloning) you need to mount it as immutable (see UG and my tutorial All about VDIs for more info). The problem with immutable drives is that they forget all changes when you shut down the machine. The way around this is to configure your system with 2 drives: a big common immutable drive and a second smaller "personality" drive which you clone from a template for each machine.

The details of how you configure these is different for windows and Linux guests.
This looks like exactly what I wanted. How would you do set up the personality drive on windows?

thanks
Post Reply