Manage medium properties.
The VBoxManage mediumproperty command enables you to set, retrieve, or delete a medium property.
VBoxManage mediumproperty [ disk | dvd | floppy ] set < uuid | filename > <property-name> <property-value>
The VBoxManage mediumproperty set command enables you to set a medium property.
disk | dvd | floppy
Specifies the type of medium. Valid values are
disk (hard drive),
dvd, or floppy.
uuid | filenameSpecifies the Universally Unique Identifier (UUID) or absolute path name of the medium or image.
property-name
Specifies the name of the property.
property-value
Specifies the value of the specified property.
VBoxManage mediumproperty [ disk | dvd | floppy ] get < uuid | filename > <property-name>
The VBoxManage mediumproperty get command enables you to retrieve the value of a medium property.
disk | dvd | floppy
Specifies the type of medium. Valid values are
disk (hard drive),
dvd, or floppy.
uuid | filenameSpecifies the Universally Unique Identifier (UUID) or absolute path name of the medium or image.
property-name
Specifies the name of the property.
VBoxManage mediumproperty [ disk | dvd | floppy ] delete < uuid | filename > <property-name>
The VBoxManage mediumproperty delete command enables you to delete a medium property.
disk | dvd | floppy
Specifies the type of medium. Valid values are
disk (hard drive),
dvd, or floppy.
uuid | filenameSpecifies the Universally Unique Identifier (UUID) or absolute path name of the medium or image.
property-name
Specifies the name of the property.