Ziga Mahkovec <ziga.mahkovec@xxxxxxxx> writes: > On Wed, 2004-11-17 at 21:28 +0100, Arjan van de Ven wrote: >> another interesting test might be the following: >> disable readahead (both services), store the attached file as /tmp/files >> and put the following near the top of /etc/rc.sysinit: >> /usr/sbin/readahead `/bin/cat /tmp/files` The following output might be nice to see: # xargs </tmp/files filefrag|grep -v "1 extent" it will show you which files are fragmented. (assuming you are using ext3)