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.
|
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. | |||
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
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. | |||
|
feedback
|
|
I think your best bet might be the great Phoronix test suite. | |||
|
feedback
|
|
e2fsck will check an ext2/ext3 filesystem for metadata integrity. There are similar tools for other filesystems. | |||
|
feedback
|
|
You probably want bonnie++, a lot of file system developers use it to help measure performance. | |||
|
feedback
|
fsck. And you should ask this on superuser. – ptomato Apr 28 '10 at 8:30