Created
May 13, 2014 05:17
-
-
Save jrhea/b2bb5cc063d7f6df09bd to your computer and use it in GitHub Desktop.
Add a multiattach .vdi to a VM.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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