I have two NFS servers running Ubuntu (server0, server1). My client is on Windows 10. The Unix accounts for this client on each servers have different UID and GID, it is something like 1002,1002 on server0 and 1008,1007 on server1.In regeditHKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ClientForNFS\CurrentVersion\DefaultI added AnonymousUid and AnonymousGid with 1002 and 1002, respectively, but it applies to all NFS shares.
For example, network storage Y: should have UID/GID 1002,1002 ans Z: should have UID/GID 1008,1007.
How to assign different UID and GID to each NFS folder?