Clemens Koller wrote: > I get > > ..... > find: WARNING: Hard link count is wrong for .: this may be a bug in your > filesystem driver. Automatically turning on find's -noleaf option. > Earlier results may have failed to include directories that should have > been searched. > > According to google, this might be a kernel bug due to some problems in > /proc, see: > https://www.redhat.com/archives/fedora-list/2005-September/msg02474.html > Well, how to debug that problem? That find check is somewhat incorrect (hard link count can be legally modified after the search was started and before it finished), but I did fix up the /proc problems that existed a while back. This patch will give you a more useful error from findutils. Daniel