April 18, 20233 yr Hi all I was trying to make an NFS shares on my unRaid box. It 's pretty straight forward according to this https://unraid.net/blog/deploying-an-unraid-nfs-server Pretty much all I have to do is enable NFS service in settings, create a share and leave it public in Security settings I then proceed to install windows NFS services on Windows 11 then I tried to mount it with this command mount -o anon \\192.168.88.99\isos Z: but it return with this error: net helpmsg 53 means: "netowork path was not found" I have no problem accessing thru SAMBA if I type \\192.168.88.99\isos in explorer running out of ideas Edited November 10, 20232 yr by Ale Wei
June 23, 20233 yr Try using this as your command, SMB has a slightly different path than NFS mount.exe -o anon nolock "\\[HOST ADDRESS]\mnt\user\[SHARE NAME]" [DRIVE LETTER]: Edited June 23, 20233 yr by meechgalhuquot Missed part of command
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.