3
votes
How can I simulate ext3 filesystem corruption?
If you already know what to modify, dd can read a file containing the bytes you want to write, and you tell it where to write them.
To figure out where to write, debugfs from the e2fsprogs …
