On Sat, Apr 02, 2005 at 07:49:14PM +0800, Seewo Chen wrote: > > now I do the following: > rm -rf /cache1 > rm -rf /cache2 Probably too late by now but since your cache directories are on separate partitions it would be MUCH faster for you to just umount the partitions and newfs them again. Recursively removing lots and lots of files is very slow, newfs does this much better. -- Brett Lymn