ut-osa / strata

Strata: A Cross Media File System
69 stars 42 forks source link

how to use filbench to test Strata? #7

Closed viccto closed 6 years ago

viccto commented 6 years ago

I have successfully run this command 'sudo ./run.sh iotest sw 2G 4K 1'

As far as i know, it is necessary to execute run.sh and call init_fs() before using strata. Just like /libfs/tests/file_basic.c

So, what should i do before starting filebench test?

thanks.