You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. Does this port supports nfs v4?
I try to connect win 19 + dokan 1.5.0.3 with your latest version (or that suitable for my dokan).
And they both return
Failed to mount nfs share : mount_cb: NFS4: SETCLIENTID (path /xxx) failed with NFS4ERR_MINOR_VERS_MISMATCH(-5)
when I set "?version=4"
I connect to ceph ganesha with nfs up to 4.2 support
The text was updated successfully, but these errors were encountered:
I know both this issue and #5 are essentially the same and are old as heck. I would like to report to anyone who stumbles across this project that NFSv4 is working just fine these days with the latest compiled packages.
Ran this command to mount: fuse-nfs.exe -n nfs://ip_addr:/mnt/disks/disk2?version=4 -m Y
Which mounted the disk as Y:\ with no issues. From there it's easy enough to automate disk mounting using something like nssm. The speeds I'm getting exceeded what I thought I'd get, saturating my gigabit link.
I noticed that running the package against the wrong version of Dokany would give either zero output or nfs service start errors.
Thanks for providing this awesome project.
Cheers!
Hi. Does this port supports nfs v4?
I try to connect win 19 + dokan 1.5.0.3 with your latest version (or that suitable for my dokan).
And they both return
when I set "?version=4"
I connect to ceph ganesha with nfs up to 4.2 support
The text was updated successfully, but these errors were encountered: