Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.
Mount is used in Linux/Unix world for specifying file and folder location along with users and their related permissions to access that. Even if you have to use a tape drive, a USB or related media share etc, you have to mount it first before you can access it. Unlike Windows where such media shows up automatically, Linux/Unix require you to specify mount point for that. After the version 4, Mount is no more used rather has been merged in to NFS protocol.
Reminder: In order to let this page move on, please either vote-up or down my reply to keep my interest in this "ask a question" session. Your other questions were replied but so far no up or down voted by you. If you can't do that then please do not tag me for your future questions. Thanks
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.
Nice Good to see you share your knowledge...