https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251906
--- Comment #2 from Robert Wing <r...@freebsd.org> --- (In reply to Martin Birgmeier from comment #1) Hey Martin, This patch should also fix that. With this patch, `automount -u` will try to use umount(8) when unmounting filesystems. umount(8) does some additional work such as notifying the mountd server that a NFS mount has been unmounted, which will remove the /var/db/mountdtab entry on the mountd server. If the notification to the mountd server is successful, the /var/db/mounttab entry will also be removed. -Rob -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"