sandrain / anfs

A FUSE file system frontend for AnalyzeThis, an analysis workflow-aware storage system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A FUSE file system frontend for AnalyzeThis, an analysis workflow-aware storage system.

License:Other


Languages

Language:C 92.6%Language:Shell 3.8%Language:M4 2.1%Language:Makefile 0.8%Language:Perl 0.6%