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: [email protected]
          Reporter: [email protected]

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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to