Re: Testing of filesystems

Richard B. Johnson (root@chaos.analogic.com)
Tue, 30 Jul 2002 08:07:19 -0400 (EDT)


On Tue, 30 Jul 2002, Axel Siebenwirth wrote:

> Hi,
>
> I wonder what a good way is to stress test my JFS filesystem. Is there a tool
> that does something like that maybe? Dont't want performance testing, just
> all kinds of stress testing to see how the filesystem "is" and to check
> integrity and functionality.
> What are you filesystem developers use to do something like that?
>
> Thanks,
> Axel

Compile the kernel in a directory tree on the file-system you
want to test......

while true ; do make clean ; make -j 16 bzImage ; make modules ; done

Let this run for a day or so...

Cheers,
Dick Johnson
Penguin : Linux version 2.4.18 on an i686 machine (797.90 BogoMips).
The US military has given us many words, FUBAR, SNAFU, now ENRON.
Yes, top management were graduates of West Point and Annapolis.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/