I am planning to test if my linux setup is stable. And I want to test the filesystem of my linux? Is there any standard testing for linux filesystem?

Thanks.

link|improve this question
what do you mean by "test the filesystem"? Like stress-test? Integrity test? – aioobe Apr 28 '10 at 8:30
1  
You're looking for fsck. And you should ask this on superuser. – ptomato Apr 28 '10 at 8:30
1  
yes this belongs on superuser because as we all know servers don't have filesystems – Jim B Apr 28 '10 at 12:04
feedback

migrated from stackoverflow.com Apr 28 '10 at 8:34

This question came from our site for professional and enthusiast programmers.

4 Answers

Test how?

If you mean testing that it is correctly installed you may want to run fsck. Most systems run it at boot time though.

link|improve this answer
feedback

I think your best bet might be the great Phoronix test suite.

link|improve this answer
feedback

e2fsck will check an ext2/ext3 filesystem for metadata integrity. There are similar tools for other filesystems.

link|improve this answer
feedback

You probably want bonnie++, a lot of file system developers use it to help measure performance.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.