Chiron FS 1.1.1 (Development branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Chiron FS 1.1.1 (Development branch)
# 1  
Old 06-24-2008
Chiron FS 1.1.1 (Development branch)

Chiron FS is a FUSE based filesystem thatimplements replication at the filesystem levellike RAID 1 does at the device level. Thereplicated filesystem may be of any kind you want;the only requisite is that you mount it. There isno need for special configuration files; the setupis as simple as one mount command (or one line infstab).License: GNU General Public License v3Changes:
This release has an option that allows it to mount a pseudo-filesystem (like /proc) to control the behavior of the Chiron filesystem being mounted, allowing it to show and change the status of the replicas. Dynamically generated Nagios plugin scripts are also provided. The howto and man page were updated. A a bug that made ChironFS fail to determine the correct path to the program that manages its control filesystem has been fixed.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
GNUNET-FUSE(1)						    FUSE filesystem for GNUnet						    GNUNET-FUSE(1)

NAME
gnunet-fuse - FUSE filesystem for GNUnet SYNOPSIS
gnunet-fuse -s URI [-- FUSE-OPTIONS] DIRECTORYNAME gnunet-fuse --help DESCRIPTION
gnunet-fuse is the FUSE filesystem for GNUnet. You need the URI of a file with the mime-type of application/gnunet-directory. You can either publish a directory with gnunet-insert or do a search for the mime-type. To mount the URI use the following command. $ echo gnunet://ecrs/chk/XXXX/YYYY.NNNN > uri_file $ gnunet-fuse -s uri_file /mnt Where gnunet://ecrs/chk/XXXX/YYYY.NNNN is the URI and /mnt is the mount point. OPTIONS
-c, --config=FILE use configuration file FILE. -d, --directory=PATH path to your mountpoint. -h, --help print this help. -L, --log=LOGLEVEL configure logging to use LOGLEVEL. -l, --logfile=FILE configure logging to write logs to LOGFILE. -s, --source=URI Source you get the URI from. -t, --single-threaded run in single-threaded mode. -v, --version print the version number. SEE ALSO
gnunet(7) HOMEPAGE
More information about gnunet-fuse and the GNUnet project can be found at <http://www.gnunet.org/>. This manual page was written by Daniel Baumann <daniel.baumann@progress-technologies.net> and Bertrand Marc <beberking@gmail.com>. 0.9.3 2012-06-18 GNUNET-FUSE(1)