mountd(8) — Maintenance
OSF — Environment_Note_Added
NAME
mountd − Services remote NFS compatible mount requests
SYNOPSIS
mountd [-n] [exportsfile]
FLAGS
-nThe optional -n option allows non-root mount requests to be served. This should only be specified if there are clients such as PC’s that require it.
DESCRIPTION
The mountd daemon is the server for NFS protocol mount requests from clients. The mountd daemon responds to requests from remote computer systems to mount directories. When getting the signal SIGHUP, mountd rereads the exports file.
The optional exportsfile argument specifies an alternate location for the exports file. /etc/exports is the default.
FILES
/usr/sbin/mountd
Specifies the command path
/etc/exports
Contains a list of directories that can be exported
/etc/services
Shows the network services available on this system
ENVIRONMENT NOTES
This section describes system features that are not generic to OSF/1 but that are provided in this OSF/1 implementation.
ULTRIX Compatibility
SYNOPSIS
mountd [-n] [-i] [-d] [-s]
FLAGS
-nULTRIX BSD allowed non-root mount requests by default. Use the -n option to allow non-root mount requests.
-iTurns on the Internet address verification for mounts and unmounts. If the client’s address is not in the server’s host database, the request is rejected.
-dTurns on the Internet address verification and domain checking. If you are running the BIND service, mountd will verify that the host requesting a mount or unmount is in the server’s domain.
-sTurns on the Internet address verification and subdomain checking. If you are running the BIND service, mountd will verify that the host requesting a mount or unmount is in the server’s domain or subdomain.
RELATED INFORMATION
Commands: nfsstat(8), nfsd(8), portmap(8), showmount(8)
Files: exports(4)