Quantcast
Viewing latest article 9
Browse Latest Browse All 25

Add a controller to a VirtualBox

$ VBoxManage storageattach "volpedimongibello" --storagectl "fighetto" --port 1 --device 0 --type dvddrive --medium "/tanto/mipaghi/tutto.iso

was inspired by http://www.commandlinefu.com/commands/view/8936/boot-from-a-block-device-without-giving-root-privilege-to-virtual-box

volpedimongibello= virtual machine name

fighetto= controller name

tutto.iso= DVD iso image

How to remove the DVD:

VBoxManage storageattach "volpedimongibello" --storagectl "fighetto" --port 1 --device 0 --type dvddrive --medium none

Image may be NSFW.
Clik here to view.
commandlinefu.com

by David Winterbottom (codeinthehole.com)


Viewing latest article 9
Browse Latest Browse All 25

Trending Articles