Skip to content

Instantly share code, notes, and snippets.

@jrhea
Last active August 29, 2015 14:01
Show Gist options
  • Save jrhea/89989c2003ec8632f57f to your computer and use it in GitHub Desktop.
Save jrhea/89989c2003ec8632f57f to your computer and use it in GitHub Desktop.
Add an immutable .vdi to a VM.
VBoxManage storageattach "foo" --storagectl "SATA Controller" --port 0 --device 0 --mtype immutable --type hdd --medium "foo.vdi"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment