You are on page 1of 1

in Windows i can able to read but cannot Write. Access Denied.

Solution :
Mount the NFS Share with below command
mount \\NFSServer\Share MapDrive:
got the GID and UID values from the Map Drive Properties
in my case GID = 0, UID = 0
created the registry entry on below Registry path
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ClientForNFS\CurrentVersion
\Default
Create RegDWord AnonymousUid and AnonymousGid Decimal value with
0 (in my case)
Restart the Windows Server / Restart the service called Client for NFS.

You might also like