Query: showmount
OS: freebsd
Section: 8
Links: freebsd man pages all man pages
Forums: forum home forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SHOWMOUNT(8) BSD System Manager's Manual SHOWMOUNT(8)NAMEshowmount -- show remote nfs mounts on hostSYNOPSISshowmount [-a | -d] [-e] [-1] [-3] [host]DESCRIPTIONThe showmount utility shows status information about the NFS server on host. By default it prints the names of all hosts that have NFS file systems mounted on the host. See NFS: Network File System Protocol Specification, RFC 1094, Appendix A, and NFS: Network File System Version 3 Protocol Specification, Appendix I, for a detailed description of the protocol. The following options are available: -a List all mount points in the form: host:dirpath. -d List directory paths of mount points instead of hosts. -e Show the host's exports list. -1 Use mount protocol Version 1, compatible with legacy servers. -3 Ignored for backwards compatibility.SEE ALSOmount(8), mount_nfs(8), mountd(8)HISTORYThe showmount utility first appeared in 4.4BSD.BUGSThe mount daemon running on the server only has an idea of the actual mounts, since the NFS server is stateless. The showmount utility will only display the information as accurately as the mount daemon reports it.BSDAugust 16, 2014 BSD