Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Oct 2019 13:56:55 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 241474] autofs fails to unmount exFAT filesystems automatically
Message-ID:  <bug-241474-227-MzJ4bGccfl@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-241474-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-241474-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D241474

--- Comment #3 from Victor Sudakov <vas@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=3D/usr/local/sbin/mount.exfat,fstype=3D${_fstype},nosuid   :/de=
v/${_p}"
+                       echo
"-mountprog=3D/usr/local/sbin/mount.exfat,fstype=3D${_fstype},nosuid,automo=
unted=20=20=20
   :/dev/${_p}"
                else
                        /usr/bin/logger -p info -t "special_media[$$]" \
                            "Cannot mount ${_fstype} formatted device
/dev/${_p}: Install sysutils/fusefs-exfat first"

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-241474-227-MzJ4bGccfl>