Download List

Projeto Descrição

fuselagefs consists of a C++ wrapper class for
FUSE called Fuselagefs, as well as Delegatefs,
which is a Fuselagefs subclass that delegates all
operations to an underlying base filesystem. With
Delegatefs, you can expose dir1 at mountpoint dir2
very easily as a FUSE filesystem. Subclasses of
Delegatefs can then be created, which add a little
extra functionality to the delegation operation
but rely on the parent class to perform the work
and return errors to FUSE in an appropriate
manner. An example subclass is petardfs.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-11-22 09:45
0.0.2

Esta versão adiciona BASEDIR manipulação para main (). Ela corrige um bug nos métodos xattr delegatefs.
Tags: Minor feature enhancements
This release adds BASEDIR handling to main(). It fixes a bug in delegatefs xattr methods.

2007-03-19 19:31
0.0.1

Tags: Initial freshmeat announcement

Project Resources