xref: /freebsd/usr.bin/showmount/showmount.8 (revision 8fe908ef0cb7aeeb5658acd30b9c9a11b8e33b32)
19b50d902SRodney W. Grimes.\" Copyright (c) 1989, 1991, 1993
29b50d902SRodney W. Grimes.\"	The Regents of the University of California.  All rights reserved.
39b50d902SRodney W. Grimes.\"
49b50d902SRodney W. Grimes.\" This code is derived from software contributed to Berkeley by
59b50d902SRodney W. Grimes.\" Rick Macklem at The University of Guelph.
69b50d902SRodney W. Grimes.\"
79b50d902SRodney W. Grimes.\" Redistribution and use in source and binary forms, with or without
89b50d902SRodney W. Grimes.\" modification, are permitted provided that the following conditions
99b50d902SRodney W. Grimes.\" are met:
109b50d902SRodney W. Grimes.\" 1. Redistributions of source code must retain the above copyright
119b50d902SRodney W. Grimes.\"    notice, this list of conditions and the following disclaimer.
129b50d902SRodney W. Grimes.\" 2. Redistributions in binary form must reproduce the above copyright
139b50d902SRodney W. Grimes.\"    notice, this list of conditions and the following disclaimer in the
149b50d902SRodney W. Grimes.\"    documentation and/or other materials provided with the distribution.
159b50d902SRodney W. Grimes.\" 3. All advertising materials mentioning features or use of this software
169b50d902SRodney W. Grimes.\"    must display the following acknowledgement:
179b50d902SRodney W. Grimes.\"	This product includes software developed by the University of
189b50d902SRodney W. Grimes.\"	California, Berkeley and its contributors.
199b50d902SRodney W. Grimes.\" 4. Neither the name of the University nor the names of its contributors
209b50d902SRodney W. Grimes.\"    may be used to endorse or promote products derived from this software
219b50d902SRodney W. Grimes.\"    without specific prior written permission.
229b50d902SRodney W. Grimes.\"
239b50d902SRodney W. Grimes.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
249b50d902SRodney W. Grimes.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
259b50d902SRodney W. Grimes.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
269b50d902SRodney W. Grimes.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
279b50d902SRodney W. Grimes.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
289b50d902SRodney W. Grimes.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
299b50d902SRodney W. Grimes.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
309b50d902SRodney W. Grimes.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
319b50d902SRodney W. Grimes.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
329b50d902SRodney W. Grimes.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
339b50d902SRodney W. Grimes.\" SUCH DAMAGE.
349b50d902SRodney W. Grimes.\"
35439165e5SPhilippe Charnier.\"     @(#)showmount.8	8.3 (Berkeley) 3/29/95
36c3aac50fSPeter Wemm.\" $FreeBSD$
379b50d902SRodney W. Grimes.\"
38439165e5SPhilippe Charnier.Dd March 29, 1995
399b50d902SRodney W. Grimes.Dt SHOWMOUNT 8
409b50d902SRodney W. Grimes.Os BSD 4
419b50d902SRodney W. Grimes.Sh NAME
429b50d902SRodney W. Grimes.Nm showmount
439b50d902SRodney W. Grimes.Nd show remote nfs mounts on host
449b50d902SRodney W. Grimes.Sh SYNOPSIS
458fe908efSRuslan Ermilov.Nm
46a62dc406SDoug Rabson.Op Fl ade3
479b50d902SRodney W. Grimes.Op Ar host
489b50d902SRodney W. Grimes.Sh DESCRIPTION
499b50d902SRodney W. Grimes.Nm Showmount
509b50d902SRodney W. Grimesshows status information about the
519b50d902SRodney W. Grimes.Tn NFS
529b50d902SRodney W. Grimesserver on
539b50d902SRodney W. Grimes.Ar host .
549b50d902SRodney W. GrimesBy default it prints the names of all hosts that have
559b50d902SRodney W. Grimes.Tn NFS
569b50d902SRodney W. Grimesfile systems mounted
5787faa07bSSheldon Hearnon the host.
5887faa07bSSheldon HearnSee
599b50d902SRodney W. Grimes.%T "NFS: Network File System Protocol Specification" ,
609b50d902SRodney W. GrimesRFC 1094,
619b50d902SRodney W. GrimesAppendix A,
62a62dc406SDoug Rabsonand
63a62dc406SDoug Rabson.%T "NFS: Network File System Version 3 Protocol Specification" ,
64a62dc406SDoug RabsonAppendix I,
659b50d902SRodney W. Grimesfor a detailed description of the protocol.
669b50d902SRodney W. Grimes.Bl -tag -width Ds
679b50d902SRodney W. Grimes.It Fl a
689b50d902SRodney W. GrimesList all mount points in the form:
699b50d902SRodney W. Grimes.Bd -ragged -offset indent -compact
70439165e5SPhilippe Charnier.Ar host : Ns Ar dirpath .
719b50d902SRodney W. Grimes.Ed
729b50d902SRodney W. Grimes.It Fl d
73439165e5SPhilippe CharnierList directory paths of mount points instead of hosts.
749b50d902SRodney W. Grimes.It Fl e
759b50d902SRodney W. GrimesShow the
769b50d902SRodney W. Grimes.Ar host Ns 's
77439165e5SPhilippe Charnierexports list.
78a62dc406SDoug Rabson.It Fl 3
79a62dc406SDoug RabsonUse mount protocol Version 3, compatible with NFS Version 3.
809b50d902SRodney W. Grimes.El
819b50d902SRodney W. Grimes.Sh SEE ALSO
8278b0b234SMike Pritchard.Xr mount 8 ,
83893d2b85SSheldon Hearn.Xr mount_nfs 8 ,
84893d2b85SSheldon Hearn.Xr mountd 8 ,
859b50d902SRodney W. Grimes.Sh BUGS
869b50d902SRodney W. GrimesThe mount daemon running on the server only has an idea of the actual mounts,
879b50d902SRodney W. Grimessince the
889b50d902SRodney W. Grimes.Tn NFS
899b50d902SRodney W. Grimesserver is stateless.
909b50d902SRodney W. Grimes.Nm Showmount
919b50d902SRodney W. Grimeswill only display the information
929b50d902SRodney W. Grimesas accurately as the mount daemon reports it.
939b50d902SRodney W. Grimes.Sh HISTORY
949b50d902SRodney W. GrimesThe
95439165e5SPhilippe Charnier.Nm
96c0b0bcf4SMike Pritchardutility first appeared in
97c0b0bcf4SMike Pritchard.Bx 4.4 .
98