NFS: 220: Got error 2 from mount call
SunRPC: 1092: Destroying world
StorageApdHandler: APD Handle Created and Freed
NFS: 194: NFS mount <NFS_Server>:<NFS_Path> failed: The mount request was denied by the NFS server. Check that the export exists and that the client is permitted.
VMware ESXi 7.x
VMware ESXi 8.x
The issue occurs due to access restrictions or misconfiguration on the NFS server. The NFS server may deny the mount request if:
The NFS export does not exist.
The ESXi host is not permitted access to the NFS share.
Additional Information
After resolving the access issue, retry the operation to mount the NFS datastore.
To mount the NFS datastore from the ESXi CLI:
esxcli storage nfs add --host=<NFS_Server> --share=<NFS_Share_Path> --volume-name=<Datastore_Name>