Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.14 KB

README.md

File metadata and controls

28 lines (21 loc) · 1.14 KB

anFS

anFS is a new filesystem that exploits activeosds to execute workflows within the storage. anFS provides a single file system atop a set of activeosds. The idea was published in the following papers:

Compilation

anFS is based on the autotools and can be built using the following steps:

shell $ cd anfs
shell $ ./autogen.sh
shell $ ./configure --prefix=/install/path --with-libosd=/path/to/libosd/
shell $ make