[Bug 241531] autofs: stale entries remain in /media, "automount -c" does not remove them
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Jan 6 16:49:04 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241531
--- Comment #6 from Victor Sudakov <vas at 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.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list