bug-findutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bugs #12044] find still hangs on dead NFS filesystems on Solaris


From: James Youngman
Subject: [bugs #12044] find still hangs on dead NFS filesystems on Solaris
Date: Fri, 4 Mar 2005 00:31:11 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20050110 Firefox/1.0 (Debian package 1.0+dfsg.1-2)

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/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]