Created
August 20, 2013 19:34
-
-
Save phips/6286124 to your computer and use it in GitHub Desktop.
Add a DVD drive to a VirtualBox VM from the shell
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 storagectl VMNAME --name CD --add ide --controller PIIX4 | |
VboxManage storageattach VMNAME --storagectl CD --type dvddrive --port 0 --device 0 --medium emptydrive |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment