mount.nfs: requested NFS version or transport protocol is not supported


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

References:

  1. Error “mount.nfs: requested NFS version or transport protocol is not supported” when attempting to mount an NFS share on Red Hat Enterprise Linux 6

One thought on “mount.nfs: requested NFS version or transport protocol is not supported

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.