#5994 closed defect (fixed)
VBoxManage storagectl - 'SCSI' can not be used as storage controller name
回報者: | Bernhard Thalmayr | 負責人: | |
---|---|---|---|
元件: | VM control | 版本: | VirtualBox 3.1.2 |
關鍵字: | storagectl SCSI | 副本: | |
Guest type: | other | Host type: | Solaris |
描述
Using
VBoxManage storagectl <vmname> --name SCSI --add scsi
results in the controller name 'SCSI controller', not 'SCSI' as it should be.
Output from 'showvminfo'
Storage Controller Name (0): SCSI Controller Storage Controller Type (0): LsiLogic
Using other names works fine, f.e. 'IDE'.
VBoxManage storagectl <vmname> --name IDE --add ide
results in the controller name 'IDE' as it should be.
Output from 'showvminfo'
Storage Controller Name (0): IDE Storage Controller Type (0): PIIX4
更動歷史 (2)
注意:
瀏覽 TracTickets
來幫助您使用待辦事項功能
Known issue. With VirtualBox 3.1, the default controller names are now "IDE Controller" etc. The settings conversion from old settings files is a little overmotivated, and converts the previous shorter controller names even for new config files.