HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

automountd — An automatic mount/unmount daemon for `autofs`. Started on demand by `launchd`. It should not be inv

Submitted by: @import:tldr-pages··
0
Viewed 0 times
automountdcommandunmountcliautomaticdaemonmountfor
macos

Problem

How to use the automountd command: An automatic mount/unmount daemon for autofs. Started on demand by launchd. It should not be invoked manually. More information: <https://keith.github.io/xcode-man-pages/automountd.8.html>.

Solution

automountd — An automatic mount/unmount daemon for autofs. Started on demand by launchd. It should not be invoked manually. More information: <https://keith.github.io/xcode-man-pages/automountd.8.html>.

Start the daemon:
automountd


Log more details to syslog:
automountd -v

Code Snippets

Start the daemon

automountd

Log more details to `syslog`

automountd -v

Context

tldr-pages: osx/automountd

Revisions (0)

No revisions yet.