diff options
author | trasz <trasz@FreeBSD.org> | 2014-12-10 14:36:44 +0000 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2014-12-10 14:36:44 +0000 |
commit | 5a2f0c0e007e0c887b40dd74adf4feb0b5703c29 (patch) | |
tree | 7510c012671cf60372e8a75bbee1eff547c1177a /usr.sbin/autofs/auto_master.5 | |
parent | 3e3c248f832f796881ac2ce0d45049552e8d9a9b (diff) | |
download | FreeBSD-src-5a2f0c0e007e0c887b40dd74adf4feb0b5703c29.zip FreeBSD-src-5a2f0c0e007e0c887b40dd74adf4feb0b5703c29.tar.gz |
Add "-media" autofs map, to access data on removable media, such as CD
drives or flash keys. It can be enabled by uncommenting a single entry
in default /etc/auto_master. It can also be easily modified to use
fuse-based filesystems instead of in-kernel ones.
There is still one deficiency - the mountpoints are permanent, they
don't disappear when user removes the media. Fixing it needs some
autofs changes.
Differential Revision: https://reviews.freebsd.org/D1210
MFC after: 1 month
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'usr.sbin/autofs/auto_master.5')
-rw-r--r-- | usr.sbin/autofs/auto_master.5 | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/usr.sbin/autofs/auto_master.5 b/usr.sbin/autofs/auto_master.5 index 8e817fe..baad640 100644 --- a/usr.sbin/autofs/auto_master.5 +++ b/usr.sbin/autofs/auto_master.5 @@ -27,7 +27,7 @@ .\" .\" $FreeBSD$ .\" -.Dd November 21, 2014 +.Dd November 22, 2014 .Dt AUTO_MASTER 5 .Os .Sh NAME @@ -213,14 +213,17 @@ Supported special maps are: .Pp .Bl -tag -width "-hosts" -compact .It Li -hosts -This map queries the remote NFS server and maps exported volumes. -It is traditionally mounted on +Query the remote NFS server and map exported shares. +This map is traditionally mounted on .Pa /net . -It enables access to files on a remote NFS server by accessing +Access to files on a remote NFS server is provided through the .Pa /net/nfs-server-ip/share-name/ -directory, without the need for any further configuration. +directory without any additional configuration. +.It Li -media +Query devices that are not yet mounted, but contain valid filesystems. +Generally used to access files on removable media. .It Li -null -This map prevents the +Prevent .Xr automountd 8 from mounting anything on the mountpoint. .El |