This problem was mentioned here previously. I saved the details of the message and have included them below: ************** System message: find: WARNING: Hard link count is wrong for /proc: 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. Solution: Try changing the entry in updatedb.conf from =no to =yes. You might want to run 'updatedb &' as root initially to get the file search feature to be of some value. cat /etc/updatedb.conf # Set DAILY_UPDATE to yes to enable running updatedb DAILY_UPDATE=yes ***************** On Fri, 2005-06-24 at 10:24 -0400, R L wrote: > When I use the find command, I get the following warning (FC 4): > > "find: WARNING: Hard link count is wrong for /proc: 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." > > Huh? This something I should be concerned with? And how would I > correct this to get rid of the warning? >