InterviewSolution
Saved Bookmarks
| 1. |
Explain “hard 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, then it will not quit until the request is satisfied. This is called Hard 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, then it will not quit until the request is satisfied. This is called Hard mounting. |
|