Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 06 Jan 2020 16:49:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 241531] autofs: stale entries remain in /media, "automount -c" does not remove them
Message-ID:  <bug-241531-227-BZC80jJE9s@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-241531-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-241531-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=3D241531

--- Comment #6 from Victor Sudakov <vas@sibptus.ru> ---
(In reply to Jason W. Bacon from comment #5)
autofs is most certainly not ready for production use. When it becomes all
stale and stops detecting new media (which happens regularly), I restart the
whole thing with the following script:

service automountd stop
service autounmountd stop
umount -Aft autofs
service automountd start
service autounmountd start
automount

No need to reboot.

--=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-241531-227-BZC80jJE9s>