dfmounts(1M_NFS) (NFS) dfmounts(1M_NFS)
NAME
dfmounts - display mounted NFS resource information
SYNOPSIS
dfmounts [-F nfs] [-h] [server . . .]
DESCRIPTION
The NFS-specific dfmounts command shows the local resources
currently mounted by clients through Network File System
(NFS), along with a list of clients that have mounted the
resource.
dfmounts may not indicate the correct state if you mount a
single resource on more than one directory.
Files
/etc/dfs/fstypes
Output
The output from dfmounts prints the header, followed by a list
of lines containing whitespace-separated fields. For each
resource, the fields are:
resource server path clients
where
resource This field has no meaning for NFS, and is
filled with a hyphen (-).
server Specifies the machine from which the
resource was mounted.
path Specifies the path of the shared resource.
clients A comma-separated list of systems that
currently have the resource mounted.
Copyright 1994 Novell, Inc. Page 1
dfmounts(1M_NFS) (NFS) dfmounts(1M_NFS)
Exit Codes
0 Successful exit
33 Usage error
34 RPC error
36 gethostname (uname) failed
USAGE
The following options are available to the dfmounts command:
-F Specifies the File System Type (fstype). This option
may be omitted if NFS is the only file system type
listed in the file /etc/dfs/fstypes.
-h Suppress the header line in the output of dfmounts.
server
Any system on the network that has made resources
available to your machine. If server is specified, it
shows the resources available from that machine, along
with the current clients using each resource.
If no server is specified, then server is assumed to be
the local system. The resources on the local system
that are currently mounted by other clients, along with
a list of those clients, are displayed.
dfmounts without options displays any remote systems that have
mounted resources that you have made available.
REFERENCES
generic dfmounts(1M), nfs-specific dfshares(1M_NFS),
mount(1M), share(1M), unshare(1M)
Copyright 1994 Novell, Inc. Page 2