System Administration Commands dfmounts(1M)
NAME
dfmounts - display mounted resource information
SYNOPSIS
dfmounts [-F FSType] [-h] [-o specificoptions]
[restriction]...
DESCRIPTION
dfmounts shows the local resources shared through a distri-
buted file system FSType along with a list of clients that
have the resource mounted. If restriction is not specified,
dfmounts shows file systems that are currently shared on any
NFS server. specificoptions as well as the availability and
semantics of restriction are specific to particular distri-
buted file system types.
If dfmounts is entered without arguments, remote resources
currently mounted on the local system are displayed, regard-
less of file system type. However, the dfmounts command does
not display the names of NFS Version 4 clients.
dfmounts Output
The output of dfmounts consists of an optional header line
(suppressed with the -h flag) followed by a list of lines
containing whitespace-separated fields. For each resource,
the fields are:
resource server pathname clients ...
where:
resource Specifies the resource name that must be given
to the mount(1M) command.
server Specifies the system from which the resource was
mounted.
pathname Specifies the pathname that must be given to the
share(1M) command.
clients Is a comma-separated list of systems that have
mounted the resource. Clients are listed in the
form domain., domain.system, or system, depend-
ing on the file system type.
SunOS 5.11 Last change: 24 May 2005 1
System Administration Commands dfmounts(1M)
A field can be null. Each null field is indicated by a
hyphen (-) unless the remainder of the fields on the line
are also null, in which case the hyphen can be omitted.
Fields with whitespace are enclosed in quotation marks ("").
OPTIONS
-F FSType Specify filesystem type. Defaults to
the first entry in /etc/dfs/fstypes.
Note: currently the only valid FSType
is nfs.
-h Suppress header line in output.
-o specificoptions Specify options specific to the
filesystem provided by the -F option.
Note: currently no options are sup-
ported.
FILES
/etc/dfs/fstypes file system types
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Availability SUNWcsu
SEE ALSO
dfshares(1M), mount(1M), share(1M), unshare(1M), attri-
butes(5)
SunOS 5.11 Last change: 24 May 2005 2
|