Bug 218743

Summary: [PATCH] Enable auto-mount of exfat media
Product: Base System Reporter: eborisch+FreeBSD
Component: confAssignee: Edward Tomasz Napierala <trasz>
Status: Closed FIXED    
Severity: Affects Some People CC: cem, lme, marek, trasz
Priority: --- Keywords: patch
Version: 11.0-STABLE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch to /etc/autofs/special_media to enable exfat (SDXC) media mounts. none

Description eborisch+FreeBSD 2017-04-19 02:37:12 UTC
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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-05-04 19:17:17 UTC
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
Comment 2 commit-hook freebsd_committer freebsd_triage 2017-05-18 20:38:39 UTC
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