freebsd-src/usr.sbin/autofs
Edward Tomasz Napierala d0ff09c9c0 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
2014-12-10 14:36:44 +00:00
..
auto_master.5 Add "-media" autofs map, to access data on removable media, such as CD 2014-12-10 14:36:44 +00:00
automount.8 Implement "automount -c". 2014-11-22 16:48:29 +00:00
automount.c Implement "automount -c". 2014-11-22 16:48:29 +00:00
automountd.8
automountd.c Fix automountd(8) not to leave zombies. 2014-10-16 08:33:04 +00:00
autounmountd.8
autounmountd.c Use __FBSDID() properly. 2014-08-21 15:07:25 +00:00
common.c Make automountd(8) inform autofs(4) whether directory being handled can 2014-10-15 09:28:45 +00:00
common.h Make automountd(8) inform autofs(4) whether directory being handled can 2014-10-15 09:28:45 +00:00
defined.c Use __FBSDID() properly. 2014-08-21 15:07:25 +00:00
log.c Use __FBSDID() properly. 2014-08-21 15:07:25 +00:00
Makefile Convert usr.sbin to LIBADD 2014-11-25 16:57:27 +00:00
popen.c Use __FBSDID() properly. 2014-08-21 15:07:25 +00:00
token.l Make automount(8)/automountd(8) treat percent sign as a valid part 2014-10-14 19:55:34 +00:00