Hi Rob,
For this migration, I would not copy the NFS configuration directly from the 2008 32-bit server. I suggest we export the existing NFS share, server, client group, and identity mapping configuration from the old server, then recreate the shares on Windows Server 2025.
The access issue is most likely related to one of the following:
- The client IP/host is not granted permission on the new NFS share.
- The authentication method changed, for example AUTH_SYS vs Kerberos.
- UID/GID or anonymous user mapping is different on the new server.
- NTFS permissions on the target folder do not allow the mapped user.
- Firewall or NFS/RPC services are not reachable.
I will compare the old nfsshare and nfsadmin output with the new server’s Get-NfsShare and Get-NfsSharePermission settings, then test using showmount -e and a manual NFS mount from the client.