netvandal/FSter
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
FSter - Configurable virtual filesystem for Tracker
===============================================================================
FSter is a virtual filesystem built on FUSE, able to dispose contents fetched
from Tracker according to a flexible XML configuration.
REQUIREMENTS
-------------------------------------------------------------------------------
FSter depends on:
- fuse >= 2.9.2
- libxml2 >= 2.9.1
- gio >= 2.36.4
- gthreads >= 2.36.4
INSTALLATION
-------------------------------------------------------------------------------
See INSTALL file.
USAGE
-------------------------------------------------------------------------------
$ fster /your/preferred/mountpoint
By default, configuration is read from /etc/fster/fster.xml. To specify another
location
$ fster /your/preferred/mountpoint -c /path/to/configuration.xml
If filesystem stop responding (e.g. an `ls` command on your mountpoint replies
something like "Transport endpoint is not connected"), do
# fusermount -uz /your/preferred/mountpoint
COPYRIGHT AND LICENSING
-------------------------------------------------------------------------------
FSter is released under the terms of the GNU General Public License, version 3
or, at your option, any later version.
FSter is Copyright (C) 2010 Itsme S.r.L.
Copyright (C) 2012/2013 Roberto Guido <roberto.guido@linux.it>