Index: /trunk/src/VBox/Runtime/common/fs/extvfs.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/fs/extvfs.cpp	(revision 76220)
+++ /trunk/src/VBox/Runtime/common/fs/extvfs.cpp	(revision 76221)
@@ -368,5 +368,5 @@
     {
         RTVFS hVfs;
-        rc = RTFsFatVolOpen(hVfsFileIn, (uint32_t)pElement->uProvider, (uint32_t)(pElement->uProvider >> 32), &hVfs, pErrInfo);
+        rc = RTFsExtVolOpen(hVfsFileIn, (uint32_t)pElement->uProvider, (uint32_t)(pElement->uProvider >> 32), &hVfs, pErrInfo);
         RTVfsFileRelease(hVfsFileIn);
         if (RT_SUCCESS(rc))
