Home
Search all pages
Subjects
By activity
Professions, Sciences, Humanities, Business, ...
User Interface
Text-based, GUI, Audio, Video, Keyboards, Mouse, Images,...
Text Strings
Conversions, tests, processing, manipulation,...
Math
Integer, Floating point, Matrix, Statistics, Boolean, ...
Processing
Algorithms, Memory, Process control, Debugging, ...
Stored Data
Data storage, Integrity, Encryption, Compression, ...
Communications
Networks, protocols, Interprocess, Remote, Client Server, ...
Hard World Timing, Calendar and Clock, Audio, Video, Printer, Controls...
File System
Management, Filtering, File & Directory access, Viewers, ...
|
|
|
RocketLink!--> Man page versions:
OpenBSD
FreeBSD
NetBSD
Others
MOUNTD(8) OpenBSD System Manager's Manual MOUNTD(8)
NAME
mountd - service remote NFS mount requests
SYNOPSIS
mountd [-dn] [exportsfile]
DESCRIPTION
Mountd is the server for NFS mount requests from other client machines.
Mountd listens for service requests at the port indicated in the NFS
server specification; see Network File System Protocol Specification,
RFC1094, Appendix A and NFS: Network File System Version 3 Protocol
Specification, Appendix I.
Options and operands available for mountd:
-d Enable debugging mode. Mountd will not detach from the control-
ling terminal and will print debugging messages to stderr.
-n Do not require that clients make mount requests from reserved
ports. (Normally, only mount requsts from reserved ports are ac-
cepted.) This option should only be specified if there are
clients, such as PC's, that need it. The use of -n is STRONGLY
discouraged, as it opens up a wide range of security problems.
exportsfile
The exportsfile argument specifies an alternate location for the
exports file.
When mountd is started, it loads the export host addresses and options
into the kernel using the mount(2) system call. After changing the ex-
ports file, a hangup signal should be sent to the mountd daemon to get it
to reload the export information. After sending the SIGHUP (kill -HUP
`cat /var/run/mountd.pid`), check the syslog output to see if mountd
logged any parsing errors in the exports file.
FILES
/etc/exports the list of exported filesystems
/var/run/mountd.pid the pid of the currently running mountd
SEE ALSO
nfsstat(1), exports(5), nfsd(8), portmap(8), showmount(8)
HISTORY
The mountd utility first appeared in 4.4BSD.
OpenBSD 2.3 April 28, 1995 1
Source: OpenBSD 2.6 man pages. Copyright: Portions are copyrighted by BERKELEY SOFTWARE DESIGN, INC., The Regents of the University of California, Massachusetts Institute of Technology, Free Software Foundation, FreeBSD Inc., and others. |
(Corrections, notes, and links courtesy of RocketAware.com)
FreeBSD Sources for mountd(8) OpenBSD sources for mountd(8)
Up to: Specific Types of File Systems - Specific forms of file systems. DFS, NFS, MS-DOS, etc.
Up to: File System Operations - Operations for entire file-systems (quotas, configuration, consistency, mount, unmount, et al)
Up to: File Transfer and Distribution - Protocols and Methods of transfering files and directories, distributing and installing software. (file collections and archives, FTP, cvsup, NFS, et al.)
RocketLink!--> Man page versions:
OpenBSD
FreeBSD
NetBSD
Others
Rapid-Links:
Search | About | Comments | Submit Path: RocketAware > man pages >
mountd.8/
RocketAware.com is a service of Mib Software Copyright 1999, Forrest J. Cavalier III. All Rights Reserved. We welcome submissions and comments
|