summaryrefslogtreecommitdiffstats
path: root/etc/autofs
Commit message (Collapse)AuthorAgeFilesLines
* MFC r317803:trasz2017-05-181-0/+9
| | | | | | | | | | | | | | Enable automounting of exFAT media. With fstyp(8) being updated to detect exfat in base r312003, it seems like a good time to add support for auto-mounting SDXC cards -- which use exfat by default. The user will need to locally compile and install sysutils/fusefs-exfat for this to succeed; logs a message to that effect when not installed. PR: 218743 Submitted by: eborisch+FreeBSD@gmail.com
* MFC r306012 [trasz]:dteske2016-12-131-1/+1
| | | | | Fix -media to not mount ufs with "async"; it doesn't make sense when there is softupdates.
* MFC r306011 [trasz]:dteske2016-12-131-2/+2
| | | | | | Stop appending "noatime" in the autofs -media map, and instead add it to auto_master, since all filesystems seem to support it. It's cleaner this way, and easier to customize.
* MFC r306009 [trasz]:dteske2016-12-131-4/+8
| | | | Make autofs(5) -media map also use "async" and "noatime" for ext2fs(5).
* MFC r305969 [trasz]:dteske2016-12-131-2/+2
| | | | | Make autofs use the "noatime" flag for msdosfs, ntfs, and ufs filesystems mounted on /media.
* MFC r305968 [trasz]:dteske2016-12-131-0/+2
| | | | | Make autofs use the "async" flag for msdosfs and ufs filesystems mounted on /media.
* Make the autofs(5) -hosts map more robust, primarily to make it correctlytrasz2016-03-231-2/+2
| | | | | | | | | | handle NFS shares containing whitespace. This also adds the -E parameter to showmount(8). Reviewed by: emaste@, jhibbits@, wblock@ MFC after: 1 month Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D5649
* Add a special case for NTFS to the -media autofs(5) map.trasz2016-03-181-2/+22
| | | | | | Submitted by: lme@ (earlier version) MFC after: 1 month Sponsored by: The FreeBSD Foundation
* Restore accidentaly removed comment line.trasz2016-03-141-0/+1
| | | | | MFC after: 1 month Sponsored by: The FreeBSD Foundation
* Fix autofs handling of filesystem labels containing plus signs and slashes.trasz2016-03-141-0/+7
| | | | | MFC after: 1 month Sponsored by: The FreeBSD Foundation
* Make the autofs LDAP script cope with server returning entries withtrasz2015-03-211-13/+30
| | | | | | | | | ENTRY_ATTRIBUTE (eg cn) after the VALUE_ATTRIBUTE (eg automountInformation), instead of before. PR: 198557 MFC after: 1 month Sponsored by: The FreeBSD Foundation
* Add -noauto autofs map, for automatic handling of fstab entriestrasz2015-03-132-1/+30
| | | | | | | marked "noauto". MFC after: 1 month Sponsored by: The FreeBSD Foundation
* Add "-media" autofs map, to access data on removable media, such as CDtrasz2014-12-102-1/+94
| | | | | | | | | | | | | | 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
* Bring in the new automounter, similar to what's provided in most othertrasz2014-08-174-0/+68
UNIX systems, eg. MacOS X and Solaris. It uses Sun-compatible map format, has proper kernel support, and LDAP integration. There are still a few outstanding problems; they will be fixed shortly. Reviewed by: allanjude@, emaste@, kib@, wblock@ (earlier versions) Phabric: D523 MFC after: 2 weeks Relnotes: yes Sponsored by: The FreeBSD Foundation
OpenPOWER on IntegriCloud