rpcmountd
rpcmountd is the remote mount daemon used by the Network File System (NFS) to respond to MOUNT RPC requests from NFS clients. It runs on the NFS server as a background service and, together with the RPC bind (portmapper) service, registers itself as the MOUNT program, typically under a specific program number and version set depending on the implementation. Its primary role is to handle the initial mounting step that clients perform before accessing an exported directory.
When a client wishes to mount an exported directory, it issues a MOUNT request to rpcmountd. The
Configuration and operation details vary by system. Exports are controlled by /etc/exports, with options such as
Security considerations include the sensitivity of the MOUNT protocol and the potential exposure of export structure.