Skip to content

Instantly share code, notes, and snippets.

@phips
Created August 20, 2013 19:34
Show Gist options
  • Save phips/6286124 to your computer and use it in GitHub Desktop.
Save phips/6286124 to your computer and use it in GitHub Desktop.
Add a DVD drive to a VirtualBox VM from the shell
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