InterviewSolution
Saved Bookmarks
| 1. |
Explain “soft Mounting” Option At Nfs Client? |
|
Answer» 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. 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. |
|