How To Change Nfs Version In Linux?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
1. Check the NFS version currently in use:
To check the NFS version currently in use, use the “showmount” command. This will display the type of NFS server as well as the version.
2. Install the updated NFS packages:
To install the updated NFS packages, use the “yum install” command. This will install the latest version of NFS packages.
3. Configure NFS:
Once the packages have been installed, configure NFS to use the updated version. This can be done by modifying the /etc/sysconfig/nfs file, changing the VERSION option to the desired version.
4. Restart NFS services:
After making the changes, restart the NFS services using the “service nfs restart” command. This will apply the changes and start using the updated version of NFS.