[EMAIL PROTECTED] wrote >Slow performance with lots of files in one directory > >I've got performance problems with copying small files over >to a Samba share in a directory that has lots of small files >(10000 to 20000 files). It takes too long time to copy new >files (they drip in at a fast pace), and smbd eats a lot of >CPU time.
reiserfs is the right thing for you. I was again surprised by how fast it handles meta-data (key to successful management of large directories). quotacheck, the program that basically computes disk usage by users and groups, took 14s for about 100,000 files and directories. It took over 245s for the same data when it was an ext3 fs (same hardware). Similar speedup for recursive getfacl/setfacl and other utilities. _____________________________________________________________ Get 25MB, POP3, Spam Filtering with LYCOS MAIL PLUS for $19.95/year. http://login.mail.lycos.com/brandPage.shtml?pageId=plus&ref=lmtplus -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
