Follow-up Comment #18, bugs #12044 (project findutils):

Oden, find doesn't traverse the "whole damn filesystem".  Find version 4.2.18
lstat()s each mount point (see the comments against this bug and also bug
#11879 for a complete description).  However, the current CVS code will not
even lstat() all the mount points - that is the point of this bug!

Your example "find" command line is wrong, by the way.  I suspect that you
meant 

find . -type f -name "*beer*"



    _______________________________________________________

This item URL is:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=12044>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



_______________________________________________
Bug-findutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-findutils

Reply via email to