Skip to content

Instantly share code, notes, and snippets.

@jrhea
Created May 13, 2014 05:17
Show Gist options
  • Save jrhea/b2bb5cc063d7f6df09bd to your computer and use it in GitHub Desktop.
Save jrhea/b2bb5cc063d7f6df09bd to your computer and use it in GitHub Desktop.
Add a multiattach .vdi to a VM.
VBoxManage storageattach "foo" --storagectl "SATA Controller" --port 0 --device 0 --mtype multiattach --type hdd --medium "foo.vdi"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment