c++

LoggerFS Documentation

You've reached the official documentation for the LoggerFS project. LoggerFS is a fuse-based virtual file system that allows you to store log files from apache, syslog and more directly in a database instead of a regular file.

Packages are available from our SourceForge Project Page, as is the source code.

Using the fusexx C++ Binding to Rewrite the FUSE Hello World module

In this tutorial, I'll be discussing how to use fusexx to rewrite the Hello World module that's packaged with FUSE. To get started let's create a directory called "hello_world_module":


mkdir hello_world_module


And then download the fusexx.hpp file into the directory.


cd hello_world_module
wget http://portal.itauth.com/fusexx.hpp

C++ Fuse Binding

Read the following article to learn how to use fusexx to write a FUSE module:
http://portal.itauth.com/2007/07/07/using-fusexx-c-binding-rewrite-fuse-...

Syndicate content