[Bug 241474] autofs fails to unmount exFAT filesystems automatically

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Oct 26 13:56:56 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241474

--- Comment #3 from Victor Sudakov <vas at sibptus.ru> ---
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.


More information about the freebsd-bugs mailing list