If you have encountered issues like
mount.nfs: requested NFS version or transport protocol is not supported
OR
mount.nfs4: Protocol not supported
To resolve this
Mount with NFS version 3 (with 4 verbose flags)
% mount -vvvv -t nfs -o vers=3 nfs-server:/share /mnt/nfs
Thanks!!!!
LikeLike