On 2005-04-10, Darryl Clarke <smartssa at gmail.com> wrote: > The only time I really find ext3 slow is when > there are hundreds upon hundreds of files in a single directory. try: tune2fs -O DIR_INDEX <device>. These should enable htrees instead of linked lists for entries.. which should make you problem go away. //Andreas