Home > Enterprise >  Test filesystem stability / filesystem crash
Test filesystem stability / filesystem crash

Time:07-19

Newbie here!! Is there any way to crash filesystem or overload a filesystem so that it will get crash? I want to check at what point my filesystem will get crash, and debug reason of crash.

CodePudding user response:

Create a 1GB file. Loop mount it as a block device. Format a filesystem on the loop device. In the filesystem, create a 990MB file ...

  • Related