Re: Squid and first-level subdirectories & second-level subdirectories on ext3/4

Ralf Hildebrandt <[email protected]> Mon, 6 Dec 2010 21:33:27 +0100
Newsgroups gmane.comp.file-systems.ext3.user
Message-ID <[email protected]>
* Ralf Hildebrandt <[email protected]>:
> * Andreas Dilger <[email protected]>:
> 
> > In ext3/4 the top-level inodes are spread around the filesystem, on the
> > assumtion that something like /home or / is allocating trees of
> > unrelated subdirectories at the top level, but that files within those
> > subdirectories ARE related and should be allocated together.
> > 
> > Depending on how many files are in your cache, the 256 * {small files}
> > is likely too big to fit into a single block group (32k inodes, 32k
> > blocks) so you may want to consider marking the first level of
> > subdirectories with the "TOPDIR" flag, that indicates the second-level
> > (256) subdirs should also be spread around the disk.
> 
> How do I mark subdirectories with the "TOPDIR" flag?

Found it: chattr +T