2 .\" Copyright 1989 AT&T Copyright (c) 1995, Sun Microsystems, Inc. All Rights Reserved
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH DFMOUNTS 8 "May 24, 2005"
8 dfmounts \- display mounted resource information
12 \fBdfmounts\fR [\fB-F\fR \fIFSType\fR] [\fB-h\fR] [\fB-o\fR \fIspecific_options\fR]
13 [\fIrestriction\fR]...
19 \fBdfmounts\fR shows the local resources shared through a distributed file
20 system \fIFSType\fR along with a list of clients that have the resource
21 mounted. If \fIrestriction\fR is not specified, \fBdfmounts\fR shows file
22 systems that are currently shared on any \fBNFS\fR server.
23 \fIspecific_options\fR as well as the availability and semantics of
24 \fIrestriction\fR are specific to particular distributed file system types.
27 If \fBdfmounts\fR is entered without arguments, remote resources currently
28 mounted on the local system are displayed, regardless of file system type.
29 However, the \fBdfmounts\fR command does not display the names of NFS Version 4
31 .SS "\fBdfmounts\fR Output"
34 The output of \fBdfmounts\fR consists of an optional header line (suppressed
35 with the \fB-h\fR flag) followed by a list of lines containing
36 whitespace-separated fields. For each resource, the fields are:
40 \fIresource server pathname clients ...\fR
53 Specifies the resource name that must be given to the \fBmount\fR(8) command.
62 Specifies the system from which the resource was mounted.
71 Specifies the pathname that must be given to the \fBshare\fR(8) command.
80 Is a comma-separated list of systems that have mounted the resource. Clients
81 are listed in the form \fIdomain.\fR, \fIdomain.system\fR, or \fIsystem\fR,
82 depending on the file system type.
87 A field can be null. Each null field is indicated by a hyphen (\(mi) unless the
88 remainder of the fields on the line are also null, in which case the hyphen can
92 Fields with whitespace are enclosed in quotation marks (\fB"\|"\fR).
97 \fB\fB-F\fR \fIFSType\fR\fR
100 Specify filesystem type. Defaults to the first entry in \fB/etc/dfs/fstypes\fR.
101 \fBNote\fR: currently the only valid \fIFSType\fR is \fBnfs\fR.
110 Suppress header line in output.
116 \fB\fB-o\fR \fIspecific_options\fR\fR
119 Specify options specific to the filesystem provided by the \fB-F\fR option.
120 \fBNote\fR: currently no options are supported.
127 \fB\fB/etc/dfs/fstypes\fR\fR
136 \fBdfshares\fR(8), \fBmount\fR(8), \fBshare\fR(8), \fBunshare\fR(8),