private static Exception ConvertNfsException(Nfs3Exception ne) { throw new IOException("NFS Status: " + ne.Message, ne); }