United States (change)
Shortcuts: Downloads Fedora Red Hat Network
Account Links: Cart Your Account Logout
You can specify the version of NFS to use at the command line when mounting with the option vers=n Where n is 2,3 or 4.
For example, to mount the NFS shared directory /test from server.example.com using NFS version 3 you should use the command:
mount -t nfs -o vers=3 server.example.com:/test /mnt/server1
Not all versions of Red Hat Enterprise Linux support mounting all versions of NFS. See the related FAQ articles for more details.