1dfmounts(1M) System Administration Commands dfmounts(1M)
2
3
4
6 dfmounts - display mounted resource information
7
9 dfmounts [-F FSType] [-h] [-o specific_options]
10 [restriction]...
11
12
14 dfmounts shows the local resources shared through a distributed file
15 system FSType along with a list of clients that have the resource
16 mounted. If restriction is not specified, dfmounts shows file systems
17 that are currently shared on any NFS server. specific_options as well
18 as the availability and semantics of restriction are specific to par‐
19 ticular distributed file system types.
20
21
22 If dfmounts is entered without arguments, remote resources currently
23 mounted on the local system are displayed, regardless of file system
24 type. However, the dfmounts command does not display the names of NFS
25 Version 4 clients.
26
27 dfmounts Output
28 The output of dfmounts consists of an optional header line (suppressed
29 with the -h flag) followed by a list of lines containing whitespace-
30 separated fields. For each resource, the fields are:
31
32 resource server pathname clients ...
33
34
35
36 where:
37
38 resource Specifies the resource name that must be given to the
39 mount(1M) command.
40
41
42 server Specifies the system from which the resource was mounted.
43
44
45 pathname Specifies the pathname that must be given to the share(1M)
46 command.
47
48
49 clients Is a comma-separated list of systems that have mounted the
50 resource. Clients are listed in the form domain.,
51 domain.system, or system, depending on the file system
52 type.
53
54
55
56 A field can be null. Each null field is indicated by a hyphen (−)
57 unless the remainder of the fields on the line are also null, in which
58 case the hyphen can be omitted.
59
60
61 Fields with whitespace are enclosed in quotation marks ("").
62
64 -F FSType Specify filesystem type. Defaults to the first
65 entry in /etc/dfs/fstypes. Note: currently the
66 only valid FSType is nfs.
67
68
69 -h Suppress header line in output.
70
71
72 -o specific_options Specify options specific to the filesystem pro‐
73 vided by the -F option. Note: currently no
74 options are supported.
75
76
78 /etc/dfs/fstypes file system types
79
80
82 See attributes(5) for descriptions of the following attributes:
83
84
85
86
87 ┌─────────────────────────────┬─────────────────────────────┐
88 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
89 ├─────────────────────────────┼─────────────────────────────┤
90 │Availability │SUNWcsu │
91 └─────────────────────────────┴─────────────────────────────┘
92
94 dfshares(1M), mount(1M), share(1M), unshare(1M), attributes(5)
95
96
97
98SunOS 5.11 24 May 2005 dfmounts(1M)