SHOWMOUNT

Section: Maintenance Commands (8)
Updated: 1 February 1985
Index Return to Main Contents
 

NAME

showmount - show all remote mounts  

SYNOPSIS

/usr/etc/showmount [ -a ] [ -d ] [ -e ] [ host ]  

DESCRIPTION

Showmount lists all the clients that have remotely mounted a filesystem from host. This information is maintained by the mountd(8C) 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).  

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

-e
Print the list of exported file systems.
 

SEE ALSO

rmtab(5), mountd(8), exports(5)  

BUGS

If a client crashes, its entry will not be removed from the list until it reboots and executes umount -a.


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
SEE ALSO
BUGS

This document was created by man2html, using the manual pages.
Time: 00:58:17 GMT, September 26, 2024