私はvirtualboxに問題があります。私はCentOSサーバー(GUIなし)でこれを使って、リモートデスクトップ接続のクライアントから使われるマシンを仮想化しています。
このコマンドでISOファイルをvmに添付しようとしています。
vboxmanage modifyvm "intouch" --dvd /usr/share/virtualbox/VBoxGuestAdditions.iso
しかしそれは答える
VBoxManage: error: No drive attached to device slot 0 on port 1 of controller 'IDE Controller'
VBoxManage: error: Details: code VBOX_E_OBJECT_NOT_FOUND (0x80bb0001), component SessionMachine, interface IMachine, callee nsISupports
Context: "MountMedium(Bstr("IDE Controller").raw(), 1, 0, dvdMedium, FALSE )" at line 962 of file VBoxManageModifyVM.cpp
だから私はIDEコントローラを接続しようとしました
VBoxManage storagectl "intouch" --add ide --name "IDE Controller"
しかしそれは言った
VBoxManage: error: Storage controller named 'IDE Controller' already exists
VBoxManage: error: Details: code VBOX_E_OBJECT_IN_USE (0x80bb000c), component SessionMachine, interface IMachine, callee nsISupports
Context: "AddStorageController(Bstr(pszCtl).raw(), StorageBus_IDE, ctl.asOutParam())" at line 1008 of file VBoxManageStorageController.cpp