https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241531
--- Comment #6 from Victor Sudakov <[email protected]> --- (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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
