NAME
showmount - show all remote mounts
SYNOPSIS
/usr/sbin/showmount [ -ade ] [ hostname ]
AVAILABILITY
SUNWcsu
DESCRIPTION
showmount lists all the clients that have remotely mounted a
filesystem from host. This information is maintained by the
mountd(1M) server on host, and is saved across crashes in
the file /etc/rmtab. The default value for host is the
value returned by hostname(1B).
OPTIONS
-a Print all remote mounts in the format:
hostname : directory
where hostname is the name of the client, and direc-
tory is the root of the file system that has been
mounted.
-d List directories that have been remotely mounted by
clients.
-e Print the list of exported file systems.
FILES
/etc/rmtab
SEE ALSO
hostname(1B), mountd(1M)
SPARC: Installing Solaris Software
x86: Installing Solaris Software
BUGS
If a client crashes, its entry will not be removed from the
list of remote mounts on the server.