Linux – Filesystem test suites

cifsfilesystemslinuxnfstesting

I wanted to ask about testing suites available for testing Linux file systems. I am looking for more of stress and load testing suites, which can stress the system, find corruptions by validating the data it wrote, among other things.

Is there such a tool available for both local FS like ext*, and network protocols such as NFS/CIFS?

Thanks in advance.

Best Answer

Let's focus on the concrete parts of your question. Tools and suites will be given for the following Linux filesystems: ext4, CIFS, NFS.

 General test suites (for correctness and robustness)

 "stress and load testing suites"

 "find corruptions by validating the data"

 CIFS

NFS

Sources

Related Topic