winfsp / nfs-win

NFS for Windows
https://winfsp.dev
Other
152 stars 23 forks source link

NFSv4 support #2

Open Nyanraltotlapun opened 4 years ago

Nyanraltotlapun commented 4 years ago

Does nfs-win have NFSv4 support?

If so, can it be mirrored in readme?

billziss-gh commented 4 years ago

NFS-Win is based on sahlberg/fuse-nfs, which now supports NFSv4.

Perhaps it might be worthwhile to produce a new NFS-Win build to ensure that NFSv4 support is included.

ghost commented 3 years ago

@billziss-gh is there a new installer build release planned? Current release here is from 2017 and from my tests, it only works with old version of WinFsp (2019.1.), this makes impossible to use for people that need to run other software like SSHFS that also need latest WinFsp, AFAIK we can only have one version of WinFsp installed.

billziss-gh commented 3 years ago

The old installer should work correctly with latest version of WinFsp. What is the exact error you are seeing?

ghost commented 3 years ago

As I pointed out in here some time ago, nfs-win only works for me when running the command directly like this: fuse-nfs.exe -n nfs://serverip/foldershare -m C:\folder\you\want\to\use\for\mountpoint but this is not a problem for me, the problem is when using newer versions of WinFsp after version 2019.1. the command is executed but mountpoint is not created.

I see no errors, but maybe there is a debug option I could use, sorry, did not check that, but I can tell you that when testing SSHFS, two days ago, (I had to install latest WinFsp for it), I tried to mount my NFS servers using same .bat file as before, nfs-win did nothing, then reinstalled old version of WinFsp and it works again.

I noticed the same behavior when I first installed nfs-win, more than a year ago, I did not care at the time because I had no more software that needed latest WinFsp.

pdj9na commented 3 years ago

nfsv4如何实现Kerberos验证