Index: /trunk/src/VBox/Main/src-server/HostDrivePartitionImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/src-server/HostDrivePartitionImpl.cpp	(revision 85930)
+++ /trunk/src/VBox/Main/src-server/HostDrivePartitionImpl.cpp	(revision 85931)
@@ -53,5 +53,5 @@
 
     /* Common attributes: */
-    m.number = RTDvmVolumeGetIndex(hVol, RTDVMVOLIDX_ALL); /** @todo r=bird: who can use this one? The host specific index would be better. */
+    m.number = RTDvmVolumeGetIndex(hVol, RTDVMVOLIDX_HOST);
     m.cbVol  = (LONG64)RTDvmVolumeGetSize(hVol);
     if (m.cbVol < 0)
