Thursday, December 27, 2012

How To: Modify VirtualBox virtual HD so that it is not affected by snapshots

There are cases where you want to persist data between different snapshots in VirtualBox. To accomplish this, do:

C:\>path=%path%;"c:\Program Files\Oracle\VirtualBox"
C:\>vboxmanage modifyhd Persistent.vdi --type writethrough

No comments:

Using Emacs as editor for SBCL on Ubuntu 26.04

Using Emacs as editor for SBCL on Ubuntu 26.04 Version info: OS: Ubuntu 26.04 Emacs: 30.2 SBCL: 2.6.0 Install Emacs and SBCL...