NFS Server Q&A Latest Posts
Interview Questions And Answers
Q: - Explain "Soft Mounting" option at NFS Client?
if a file request fails, the NFS client will report an error to the process on the client machine requesting the file access. if it cannot be satisfied (for example, the server is down), then it quits. This is called soft mounting.
Submitted By:-Jack Email-ID: -jackj1065@gmail.com
Q: - Explain "Hard Mounting" option at NFS Client?
If a file request fails, the NFS client will report an error to the process on the client machine requesting the file access. if it cannot be satisfied, then it will not quit until the request is satisfied. This is called Hard mounting.
Submitted By:-Jack Email-ID: - jackj1065@gmail.com
Q: - What is "portmap"?
The portmapper keeps a list of what services are running on what ports. This list is used by a connecting machine to see what ports it wants to talk to access certain services.
Submitted By:- Jack Email-ID: - jackj1065@gmail.com

