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
Running multiple VMs from one vdi
-
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:
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.
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.
Google your Q site:VirtualBox.org or search for the answer before posting.
This looks like exactly what I wanted. How would you do set up the personality drive on windows?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.
thanks