In article <[EMAIL PROTECTED]> you wrote:
> How many directory entries do you think fit in a block?

If I see this right I habe 80blocks for 756 entries:

# ls -a | wc -l
756
# ls -lsd
80 drwxr-xr-x  122 root root 57344 May 10 06:34 ./

Most likely in dache. Still a lot to traverse.


Ext2 direntry is 8bytes plus filename  (or onlined symlinks, which you have
a lot on /usr/lib). In my case 54bytes per entry.

Of course this are 512byte blocks in 10 4 chunks.

Greetings
Bernd


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to