SUNWcsu
If dfmounts is entered without arguments, all remote resources currently mounted on the local system are displayed, regardless of file system type.
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, depending on the file system type.
A field may 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 may be omitted.
Fields with whitespace are enclosed in quotation marks (" ").
Note: currently the only valid FSType is nfs.
Note: currently no options are supported.