[Bug 195161] New: [autofs] automounted directories not be unmounted

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Nov 19 05:59:45 UTC 2014


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

            Bug ID: 195161
           Summary: [autofs] automounted directories not be unmounted
           Product: Base System
           Version: 10.1-STABLE
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Some People
          Priority: ---
         Component: misc
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: boilednut at gmail.com

After being successfully mounted by automountd, a smbfs directory is never
unmounted by autounmountd -- even after days of inactivity.

# cat /etc/auto_master 
...
/-              /etc/auto_smbfs

# cat /etc/auto_smbfs
/home/xxx/Work -fstype=smbfs,-N,-Innn.nnn.nnn.nnn,-uxxx,-gxxx
://xxx at nnn.nnn.nnn.nnn/Work

# service automountd status
automountd is running as pid 1147.

# ps -Ostart -p 1147
 PID STARTED TT  STAT    TIME COMMAND
1147 Mon09PM  -  Is   0:00.00 /usr/sbin/automountd

# service autounmountd status
autounmountd is running as pid 1135.

# ps -Ostart -p 1135
 PID STARTED TT  STAT    TIME COMMAND
1135 Mon09PM  -  Is   0:00.06 /usr/sbin/autounmountd

# mount
...
map /etc/auto_smbfs on /usr/home/xxx/Work (autofs)
//XXX at nnn.nnn.nnn.nnn/WORK on /usr/home/xxx/Work (smbfs, automounted)

# fuser -c /usr/home/xxx/Work
/usr/home/xxx/Work:

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


More information about the freebsd-bugs mailing list