Question:
What is Mount protocol ?
2014-06-12 03:11:09 UTC
What is Mount protocol ?
Three answers:
2014-06-24 22:51:01 UTC
The mount protocol is separate from, but related to, the NFS protocol. It provides operating system-specific services to get NFS off the ground - looking up server pathnames, validating user identity, and checking access permissions. Clients use the mount protocol to get the first file handle, which allows them entry into a remote file system.



The protocol definition implies stateful servers because the server maintains a list of client's mount requests. This corresponds to current implementations which hold the mount list on stable storage. However, the mount list information is not critical for the correct functioning of either the client or the server. It is intended for advisory use only; for example, to warn possible clients when a server is going down. The server must provide a mechanism to eliminate redundant information from the mount list.
2014-06-12 04:53:59 UTC
The Mount protocol is a support protocol for versions 2 and 3 of NFS.The Mount protocol returns a file handle and the name of the file system in which a requested file resides. The message is sent to the client from the server after reception of a client's request.
?
2014-06-12 03:20:06 UTC
The MOUNT protocol is a support protocol for versions 2 and 3 of NFS. (It is also used for version 1 of NFS but no one I know of have ever seen such captures).



You can go on this link for more detail:-


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...