[Bug 241474] autofs fails to unmount exFAT filesystems automatically
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Oct 24 15:38:24 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241474
Bug ID: 241474
Summary: autofs fails to unmount exFAT filesystems
automatically
Product: Base System
Version: 11.3-RELEASE
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: bin
Assignee: bugs at FreeBSD.org
Reporter: vas at sibptus.ru
The /etc/autofs/special_media map has support for exfat (requires
sysutils/fusefs-exfat) but it fails to unmount it automatically after a 600 sec
timeout.
I suppose the reason is that autounmountd is supposed to unmount filesystems
that have the automounted mount option set. However, the exfat (that is, fuse)
filesystem mounted automatically by autofs does not display this option:
$ mount | tail -n2
map -media on /media1 (autofs)
/dev/fuse on /media1/da0 (fusefs, local, synchronous)
$
So unmounting never happens and the filesystem stays mounted forever.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list