man pages section 1M: System Administration Commands

Exit Print View

Updated: July 2014
 
 

showmount(1M)

Name

showmount - show remote mounts

Synopsis

/usr/sbin/showmount [-ade] [hostname]

Description

showmount lists 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(1).

The showmount command does not display the names of NFS Version 4 clients.

Options

–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 file system that has been mounted.

–d

List directories that have been remotely mounted by clients.

–e

Print the list of shared file systems.

Files

/etc/rmtab

Attributes

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Availability
system/file-system/nfs

See also

hostname(1), mountd(1M), attributes(5)

Installing Oracle Solaris 11.2 Systems

Bugs

If a client crashes, its entry is removed from the list of remote mounts on the server.