Sunday, May 22, 2016

[euksdkqn] Filesystem simulator

Create a filesystem simulator.  The motivation was to stress test the integrity of a real filesystem by having a model of ideal behavior to compare it against.

The simulator stores directory structure but not the contents of files.  Instead of files, it stores the key or seed used to generate the data (probably random data) in each file.  Therefore a large simulated filesystem can be stored in memory.

This should be easy, though there is an unlimited amount of sophistication possible.

No comments :