NFS Server Q&A Latest Posts
Interview Questions And Answers
Q: - How you will check "portmap" service is running or not?
rpcinfo -p
Submitted By:-Jack Email-ID: -jackj1065@gmail.com
Q: - I am unable to mount a NFS share. How will you trace out the reason?
Firstly, check that you have permissions to mount nfs share or not. Check /etc/exports file.
Secondly you can get RPC error: Program Not Registered (or another "RPC" error)
For this check your NFS server and portmap service running or not by "rpcinfo -p"
Submitted By:-Jack Email-ID: - jackj1065@gmail.com
Q: - Can I modify export permissions without needing to remount clients in order to have them take effect?
Yes. The safest thing to do is edit /etc/exports and run "exportfs -r".
Submitted By:-Jack Email-ID: - jackj1065@gmail.com

