Advice needed on test tools for UBI/UBIFS Flash Testing
Adrian Hunter
adrian.hunter at nokia.com
Fri May 22 03:28:37 EDT 2009
Philip Rakity wrote:
>
> We have UBI/UBIFS working with MLC Flash (4K pages). Before going into production we would like to stress test the system for all the obvious reasons.
>
> What tools / tests would one recommend to do this.
There are file system tests in LTP http://ltp.sourceforge.net/
including one called fsstress which is good for stress testing.
We would typically do power-off-recovery testing with fsstress
running.
There are also tests in mtd-utils:
http://git.infradead.org/mtd-utils.git
We tend to run the integrity test as a basic test of whether things work,
but it is best if it can unmount the partition.
There are a bunch of tests in mtd-utils/tests/fs-tests that are run by
the run-all.sh script there.
More information about the linux-mtd
mailing list