
Originally Posted by
DragonSA
I was wondering how you setup your test environment when running filesystem tests. I assume you simple reformat the partition for each test, thus allowing the test to start in a clean, consistent environment.
Although that method should produce the most consistent results it does not take into account normal usage of the filesystem. For example, on my computer my /usr partition is about 16G and usage is at 50%. Every few months I basically rewrite all the data to that partition. Resulting from this usage I expect there to be a fairly high amount of fragmentation of files.
In the above situation it is unlikely that the filesystem will find continuous space for big files and for there to be a reduction in performance.Regards