I've asked this question of fuse. This is the response I got:

From: <[EMAIL PROTECTED]>
 Re: "find" command   
2004-05-11 12:14  
 use the -noleaf option to find
 (find uses the following parameters to determine whether it should recurse
 into a subdirectory)
 
 nr_links must be >= 3
 size must be > 0
 and must be a driectory
 
 so just return those in the getattr for your directories and you wont have
 to use -noleaf.
 
 ---
 Cody Pisto <[EMAIL PROTECTED]>
 
 > I"m having trouble getting the find command to search through fuse
 > directories. What settings do I need in "getattr"?
 > 
 > Paul Alfille
 > 
 
 



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to