Add an autofs role for mounting removable media automatically on FreeBSD.
This commit is contained in:
11
ansible/roles/autofs/files/auto_master
Normal file
11
ansible/roles/autofs/files/auto_master
Normal file
@@ -0,0 +1,11 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
# Automounter master map, see auto_master(5) for details.
|
||||
#
|
||||
/net -hosts -nobrowse,nosuid,intr
|
||||
# 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,noatime,autoro
|
||||
#/- -noauto
|
||||
|
||||
# /mtp -simple-mtpfs -allow_other
|
||||
Reference in New Issue
Block a user