Difference between revisions of "/etc/autofs/"
From GhostBSD Wiki
(Created page with "{{welcome}} ===Files=== {|class="wikitable" style="width:96.5%;background:#FFFFFF; border:2px solid #008000;text-align:left;padding: 10px" |- ! scope="col" style="width:...") |
|||
Line 1: | Line 1: | ||
{{welcome}} | {{welcome}} | ||
+ | ==Introduction== | ||
+ | The [https://www.freebsd.org/cgi/man.cgi?query=auto_master&sektion=5 automounter] configuration consists of the auto_master configuration file, which assigns filesystem paths to map names, and maps, which contain actual mount information. The auto_master configuration file is used by the [https://www.freebsd.org/cgi/man.cgi?query=automount&sektion=8&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports automount(8)] command. Map files are read by the [https://www.freebsd.org/cgi/man.cgi?query=automountd&sektion=8&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports automountd(8)] daemon. It is possible to add custom special maps by adding them, as executable maps named special_foo, to the '''/etc/autofs/''' directory. | ||
− | === | + | |
+ | ===Content=== | ||
{|class="wikitable" style="width:96.5%;background:#FFFFFF; border:2px solid #008000;text-align:left;padding: 10px" | {|class="wikitable" style="width:96.5%;background:#FFFFFF; border:2px solid #008000;text-align:left;padding: 10px" | ||
Line 10: | Line 13: | ||
! scope="col" style="width: 350px;"|'''Description''' | ! scope="col" style="width: 350px;"|'''Description''' | ||
|- | |- | ||
+ | |include_ldap | ||
| | | | ||
+ | |- | ||
+ | |include_nis | ||
+ | | | ||
+ | |- | ||
+ | |include_nis_nullfs | ||
+ | | | ||
+ | |- | ||
+ | |special_hosts | ||
+ | | | ||
+ | |- | ||
+ | |special_media | ||
+ | | | ||
+ | |- | ||
+ | |special_noauto | ||
+ | | | ||
+ | |- | ||
+ | |special_null | ||
+ | | | ||
+ | |- | ||
+ | |special_simple-mtpfs | ||
| | | | ||
|- | |- |
Revision as of 05:41, 7 February 2020
Welcome to /etc/autofs/. |
Introduction
The automounter configuration consists of the auto_master configuration file, which assigns filesystem paths to map names, and maps, which contain actual mount information. The auto_master configuration file is used by the automount(8) command. Map files are read by the automountd(8) daemon. It is possible to add custom special maps by adding them, as executable maps named special_foo, to the /etc/autofs/ directory.
Content
Files | Description |
---|---|
include_ldap | |
include_nis | |
include_nis_nullfs | |
special_hosts | |
special_media | |
special_noauto | |
special_null | |
special_simple-mtpfs | |
Back to /etc/ |