Index: /trunk/src/VBox/Runtime/r3/posix/fs-posix.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/posix/fs-posix.cpp	(revision 30282)
+++ /trunk/src/VBox/Runtime/r3/posix/fs-posix.cpp	(revision 30283)
@@ -251,4 +251,6 @@
                     *pu32Type = RTFS_FS_TYPE_NFS;
             }
+            else
+                rc = RTErrConvertFromErrno(errno);
 #endif
         }
