AUTOMOUNTD(8) Maintenance Commands and Procedures AUTOMOUNTD(8)

automountdautofs mount/unmount daemon

automountd [-nTv] [-D name=value]

automountd is an RPC server that answers file system mount and unmount requests from the autofs file system. It uses local files or name service maps to locate file systems to be mounted. These maps are described with the automount(8) command.

If automount finds any non-trivial entries in either the local or distributed automount maps and if the daemon is not running already, the automountd daemon is automatically invoked by automount(8). automountd enables the svc:/network/nfs/nlockmgr service (lockd(8)), and the svc:/network/nfs/status service (statd(8)), if NFS mounts need to be done.

The following options are supported:

name=value
Assign value to the indicated automount map substitution variable. These assignments cannot be used to substitute variables in the master map .
Turn off browsing for all autofs mount points. This option overrides the autofs map option on the local host.
Trace. Expand each RPC call and display it on the standard output.
Verbose. Log status messages to the console.

See largefile(7) for the description of the behavior of automountd when encountering files greater than or equal to 2 Gbyte (2^31 bytes).

/etc/auto_master
Master map for automounter.

svcs(1), autofs(5), attributes(7), largefile(7), smf(7), automount(8), svcadm(8)

The automountd service is managed by the service management facility, smf(7), under the service identifier:

svc:/system/filesystem/autofs

Administrative actions on this service, such as enabling, disabling, or requesting restart, can be performed using svcadm(8). The service's status can be queried using svcs(1). If it is disabled, it is enabled by automount(8) unless the / property is set to .

March 1, 2016 OmniOS