|
From: Roman Z. <zi...@li...> - 2001-10-14 00:35:28
|
Hi, Ken Tyler wrote: > On my system, "find" does not recurse into directories on AFFS file > systems, ext2 is OK. > > Can someone verify this is the case ? Does "-noleaf" make a difference? The problem is that AFFS has no link count, so the value is just faked (1 = no hard links, 2 = at least one hard link). I was already thinking about using different values here for directories. I'm not sure if it's really needed, since AFFS isn't the only filesystem with that behavior. bye, Roman |