VirtualBox

Opened 11 years ago

Last modified 11 years ago

#11846 new defect

Setting the medium description not implemented

Reported by: chesterman Owned by:
Component: VM control Version: VirtualBox 4.2.12
Keywords: vboxmanage storageattach Cc:
Guest type: all Host type: Windows

Description

Setup Host: Core i5 3gen (quad core), 16GB RAM, Windows 8 Pro 64 bits. Guest: 4 cores, 4GB RAM, 2 alread, no OS installed.

I created a disk and attached to a VM with vboxmanage. While the attaching was successful, it gave me some errors:

C:\Users\luka\Desktop>vboxmanage createhd --filename "E:\asm\asm-vol00.vdi" --size 20480 --variant Fixed 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100% Disk image created. UUID: 706f7563-882f-4da2-91c5-3a593dcd957a

C:\Users\luka\Desktop>vboxmanage storageattach "RAC n1" --storagectl SATA --port 2 --type hdd --medium "E:\asm\asm-vol00.vdi" --mtype shareable --comment "Disco para ASM" VBoxManage.exe: error: Method Medium::put_Description is not implemented VBoxManage.exe: error: Details: code E_NOTIMPL (0x80004001), component Medium, interface IMedium, callee IUnknown VBoxManage.exe: error: Context: "COMSETTER(Description)(bstrComment.raw())" at line 685 of file VBoxManageStorageController.cpp

Change History (2)

comment:1 by Frank Mehnert, 11 years ago

Summary: Error messages while attaching disks with vboxmanageSetting the medium description not implemented

This comes from trying to set the medium description with the --comment parameter. Remove this parameter and your command line will succeed. We will fix that eventually.

comment:2 by chesterman, 11 years ago

OK, i'll remove it.

Note that the command does work, but throws that error on the terminal.

Tks in advance.

Note: See TracTickets for help on using tickets.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette