Created attachment 181881 [details] Patch to /etc/autofs/special_media to enable exfat (SDXC) media mounts. With fstyp 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. I copied the ntfs case and updated where appropriate. fstyp needs the '-u' flag to list exfat volumes. Marked as 'Affects some people' because I can't be the only FreeBSD user with a modern camera.
A commit references this bug: Author: trasz Date: Thu May 4 19:16:37 UTC 2017 New revision: 317803 URL: https://svnweb.freebsd.org/changeset/base/317803 Log: 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 after: 2 weeks Changes: head/etc/autofs/special_media
A commit references this bug: Author: trasz Date: Thu May 18 20:37:47 UTC 2017 New revision: 318490 URL: https://svnweb.freebsd.org/changeset/base/318490 Log: MFC r317803: 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 Changes: _U stable/11/ stable/11/etc/autofs/special_media