Problem creating an NFS shared folder into an WinFsp mount point

48 views
Skip to first unread message

Eric Vial

unread,
Feb 22, 2024, 8:11:26 AM2/22/24
to WinFsp
Hi,

On Windows Server, I'm trying to create an NFS shared folder inside a WinFSP mount point but I got the following error message from the Windows creation wizard: "The file system in the target volume is not supported by NFS". The same test using memfs produces the same error.

Creating an SMB shared folder inside memfs works fine. Is it supposed to work as well with NFS?

Cheers

Eric 

Bill Zissimopoulos

unread,
Feb 25, 2024, 1:10:14 PM2/25/24
to Eric Vial, WinFsp

Hello, Eric:

 

WinFsp is specifically tested for this scenario for SMB shares. Unfortunately there is no such testing for NFS shares.

 

It is likely that NFS exports require something from the underlying file system that is not being fulfilled:

 

  • It may be as simple as checking whether the file system name is “NTFS” (I recommend changing your file system’s name to “NTFS” and seeing if that works).

 

  • It may interrogate the file system for a specific IOCTL/FSCTL code that is not currently implemented by WinFsp. Consider using FileSpy (http://www.zezula.net/en/tools/filespy.html) to see the IRP’s sent to the file system.

 

  • It may be more complicated than that.

 

Consider opening an issue for this in the GitHub repository. Please include detailed steps to reproduce the issue.

 

Bill

--
You received this message because you are subscribed to the Google Groups "WinFsp" group.
To unsubscribe from this group and stop receiving emails from it, send an email to winfsp+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/winfsp/4dd56fe5-f2e7-4f89-8d5f-b311654989fbn%40googlegroups.com.

Reply all
Reply to author
Forward
0 new messages