SHOWMOUNT(1M) Domain/OS SysV SHOWMOUNT(1M)
NAME
showmount - show all remote mounts
SYNOPSIS
/etc/showmount [ -a ] [ -d ] [ -e ] host
DESCRIPTION
The showmount command lists all the clients that have remotely mounted a
file system belonging to host. The command gets its information from the
mountd server on host.
OPTIONS
-d List directories that have been remotely mounted by clients.
-a Print all remote mounts in the format hostname:directory, where
hostname is the name of the client and directory is the root of
the mounted file system.
-e Print the list of exported file systems in /etc/exports.
FILES
/etc/mtab mount table
/etc/fstab file system table
/etc/rmtab remote mount table
BUGS
If a client crashes, its entry will not be removed from the list until it
reboots and executes umount.
SEE ALSO
exports(4), mountd(1m), rmtab(1m)