Mount Linux NFS in Windows Using Specific UID and GID

Turn on Windows Feature: Services for NFS – Client for NFS

Create file C:\Windows\System32\drivers\etc\passwd:

windows-user:x:linux-uid:linux-gid:::

Create file C:\Windows\System32\drivers\etc\group:

windows-user:x:linux-gid:

Now from the command line, mount with:

mount -o casesensitive=yes \\server\path Z:

use mount /? to see more options.

use mount to show current mounts with their properties.