mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
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
8 lines
264 B
Text
8 lines
264 B
Text
# $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
|