This is where I use the CloudXplorer tool.
1. Take a snapshot of the disk (while the VM is stopped)
3. Use CloudXplorer to promote the snapshot after breaking the disk lease.
4. Use CloudXplorer to (re)acquire the lease.
When evaluating new software, you often need to setup an isolated environment using virtual machines. This can be a lot of work when you have to install the machines from scratch. To avoid this you can setup a base configuration (for instance a machine which already has SQL server and Visual Studio installed) and copy the hard disk when creating a new instance. The downside of this method is that you waste a lot of disk space. To avoid this most virtualization products such as VmWare, VirtualBox and Virtual PC use differencing disks. These are disks that store only the different sectors in regard to their base or parent disk.
Following procedure shows how to use differencing disks with VirtualBox:
If you want to start a new hierarchy from a differencing disk, you can use the ‘VBoxManage clonehd’ command to build the new base disk. Following figure shows an example: