Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Oct 2019 15:38:23 +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@https.bugs.freebsd.org/bugzilla/>

index | next in thread | raw e-mail

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@FreeBSD.org
          Reporter: vas@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.

help

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