1
vote
1answer
231 views
Is it possible to simulate installation of Debian packages, still marking them installed?
Here's what I would like. Start with a virtual sytem with no installed packages. Then I invoke a tool similar to apt-get to ask it to compute the dependencies and mark all the packages that would b …
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 …
