d0ff09c9c0
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
9 lines
264 B
Plaintext
9 lines
264 B
Plaintext
# $FreeBSD$
|
|
#
|
|
# Automounter master map, see auto_master(5) for details.
|
|
#
|
|
/net -hosts -nobrowse,nosuid
|
|
# When using the -media special map, make sure to edit devd.conf(5)
|
|
# to move the call to "automount -c" out of the comments section.
|
|
#/media -media -nosuid
|