Index: /trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
===================================================================
--- /trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp	(revision 66061)
+++ /trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp	(revision 66062)
@@ -4354,4 +4354,5 @@
         }
 
+        BOOL fPassthrough = FALSE;
         if (pMedium)
         {
@@ -4374,8 +4375,10 @@
                        RTFsTypeName(enmFsTypeFile)));
             }
-        }
-
-        BOOL fPassthrough;
-        hrc = pMediumAtt->COMGETTER(Passthrough)(&fPassthrough);                            H();
+
+            if (fHostDrive)
+            {
+                hrc = pMediumAtt->COMGETTER(Passthrough)(&fPassthrough);                    H();
+            }
+        }
 
         ComObjPtr<IBandwidthGroup> pBwGroup;
