InterviewSolution
Saved Bookmarks
| 1. |
I Am Unable To Mount A Nfs Share. How Will You Trace Out The Reason? |
|
Answer» <P>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” 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” |
|