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:

How To: Consume COM server in Common Lisp

How To: Consume COM server in Common Lisp Goal: Simple example to consume COM server/object using Common Lisp Version info: - OS: Win...