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.
Advertisement
Answer
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 …