https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241474
--- Comment #3 from Victor Sudakov <[email protected]> --- Modifying the -media map to include "automounted" did NOT help. -- /etc/autofs/special_media.bak 2019-10-26 14:02:02.810753000 +0700 +++ /etc/autofs/special_media 2019-10-26 14:41:13.597922000 +0700 @@ -41,7 +41,7 @@ case "${_fstype}" in "exfat") if [ -f "/usr/local/sbin/mount.exfat" ]; then - echo "-mountprog=/usr/local/sbin/mount.exfat,fstype=${_fstype},nosuid :/dev/${_p}" + echo "-mountprog=/usr/local/sbin/mount.exfat,fstype=${_fstype},nosuid,automounted :/dev/${_p}" else /usr/bin/logger -p info -t "special_media[$$]" \ "Cannot mount ${_fstype} formatted device /dev/${_p}: Install sysutils/fusefs-exfat first" -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
