[Go to CFHT Home Page] Man Pages
Back to Software Index  BORDER=0Manpage Top Level
    mountd(1M) manual page Table of Contents

Name

mountd - NFS mount request server

Synopsis

/usr/lib/nfs/mountd

Availability

SUNWcsu

Description

mountd is an RPC server that answers file system mount requests. It reads the file /etc/dfs/sharetab (described in sharetab(4) ), to determine which file systems are available for mounting by which machines. It also provides information as to what file systems are mounted by which clients. This information can be printed using the dfmounts(1M) command.

The mountd daemon is automatically invoked in run level 3.

Only super-user can run the mountd daemon.

Files

/etc/dfs/sharetab
shared file system table

See Also

dfmounts(1M) , sharetab(4)

Notes

Some routines that compare hostnames use case-sensitive string comparisons; some do not. If an incoming request fails, verify that the case of the hostname in the file to be parsed matches the case of the hostname called for, and attempt the request again.


Table of Contents