Changeset 86377 in vbox
- Timestamp:
- Oct 1, 2020 1:58:23 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r86373 r86377 10510 10510 <attribute name="number" type="unsigned long" readonly="yes"> 10511 10511 <desc> 10512 The number of the partition. 10513 <!-- @todo r=bird: This is weird numbering scheme for MBR disk as it goes 1,2,3,4,5,7,9,11,...10514 And has no practical use. It would be better to use the system specific device node numbering here. -->10512 The number of the partition. Represents the system number of the 10513 partition, e.g. /dev/sdX in the linux, where X is the number 10514 returned. 10515 10515 </desc> 10516 10516 </attribute>
Note:
See TracChangeset
for help on using the changeset viewer.