Deleted Added
full compact
auto_master.5 (279815) auto_master.5 (279955)
1.\" Copyright (c) 2014 The FreeBSD Foundation
2.\" All rights reserved.
3.\"
4.\" This software was developed by Edward Tomasz Napierala under sponsorship
5.\" from the FreeBSD Foundation.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

--- 11 unchanged lines hidden (view full) ---

20.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
1.\" Copyright (c) 2014 The FreeBSD Foundation
2.\" All rights reserved.
3.\"
4.\" This software was developed by Edward Tomasz Napierala under sponsorship
5.\" from the FreeBSD Foundation.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

--- 11 unchanged lines hidden (view full) ---

20.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
28.\" $FreeBSD: head/usr.sbin/autofs/auto_master.5 279815 2015-03-09 15:44:36Z trasz $
28.\" $FreeBSD: head/usr.sbin/autofs/auto_master.5 279955 2015-03-13 12:44:46Z trasz $
29.\"
29.\"
30.Dd January 9, 2015
30.Dd March 13, 2015
31.Dt AUTO_MASTER 5
32.Os
33.Sh NAME
34.Nm auto_master
35.Nd auto_master and map file format
36.Sh DESCRIPTION
37The automounter configuration consists of the
38.Nm

--- 216 unchanged lines hidden (view full) ---

255Access to files on a remote NFS server is provided through the
256.Pf /net/ Ar nfs-server-ip Ns / Ns Ar share-name Ns/
257directory without any additional configuration.
258Directories for individual NFS servers are not present until the first access,
259when they are automatically created.
260.It Li -media
261Query devices that are not yet mounted, but contain valid filesystems.
262Generally used to access files on removable media.
31.Dt AUTO_MASTER 5
32.Os
33.Sh NAME
34.Nm auto_master
35.Nd auto_master and map file format
36.Sh DESCRIPTION
37The automounter configuration consists of the
38.Nm

--- 216 unchanged lines hidden (view full) ---

255Access to files on a remote NFS server is provided through the
256.Pf /net/ Ar nfs-server-ip Ns / Ns Ar share-name Ns/
257directory without any additional configuration.
258Directories for individual NFS servers are not present until the first access,
259when they are automatically created.
260.It Li -media
261Query devices that are not yet mounted, but contain valid filesystems.
262Generally used to access files on removable media.
263.It Li -noauto
264Mount filesystems configured in
265.Xr fstab 5
266as "noauto".
267This needs to be set up as a direct map.
263.It Li -null
264Prevent
265.Xr automountd 8
266from mounting anything on the mountpoint.
267.El
268.Pp
269It is possible to add custom special maps by adding them, as executable
270maps named

--- 99 unchanged lines hidden ---
268.It Li -null
269Prevent
270.Xr automountd 8
271from mounting anything on the mountpoint.
272.El
273.Pp
274It is possible to add custom special maps by adding them, as executable
275maps named

--- 99 unchanged lines hidden ---