Skip to Content
Linux in a Nutshell, 6th Edition
book

Linux in a Nutshell, 6th Edition

by Ellen Siever, Stephen Figgins, Robert Love, Arnold Robbins
September 2009
Beginner
942 pages
85h 34m
English
O'Reilly Media, Inc.
Content preview from Linux in a Nutshell, 6th Edition

Name

mountd

Synopsis

rpc.mountd [options]

NFS/NIS command. NFS mount request server. mountd reads the file /etc/exports to determine which filesystems are available for mounting by which machines. It also provides information about which filesystems are mounted by which clients. See also nfsd.

Options

-d kind, --debug kind

Specify debugging facility. Accepted values for kind are general, call, auth, parse, and all.

-f file, --exports-file file

Read the export permissions from file instead of /etc/exports.

-F, --foreground

Run mountd in the foreground.

-h, --help

Print help message, then exit.

-n, --no-tcp

Use UDP for mounts.

-N n, --no-nfs-version n

Do not offer NFS version n.

-o n, --descriptors n

Allow no more than n open file descriptors. The default is 256.

-p n, --port n

Bind to specified port instead of accepting a port from portmapper.

-r, --reverse-lookup

Perform a reverse lookup on ip address when requested to report mounting hosts (a DUMP request).

-v, --version

Print the version number, then exit.

-V n, --nfs-version n

Explicity offer NFS version n.

Files

/etc/exports

Information about mount permissions.

/var/lib/nfs/rmtab

List of filesystems currently mounted by clients.

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Unix in a Nutshell, 4th Edition

Unix in a Nutshell, 4th Edition

Arnold Robbins
Linux Under the Hood

Linux Under the Hood

Sander van Vugt
Linux Kernel in a Nutshell

Linux Kernel in a Nutshell

Greg Kroah-Hartman

Publisher Resources

ISBN: 9780596806088Errata Page