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
FUSERMOUNT(1)						  Filesystem in Userspace (FUSE)					     FUSERMOUNT(1)

NAME
fusermount - mount and unmount FUSE filesystems SYNOPSIS
fusermount [OPTIONS] MOUNTPOINT DESCRIPTION
Filesystem in Userspace (FUSE) is a simple interface for userspace programs to export a virtual filesystem to the Linux kernel. It also aims to provide a secure method for non privileged users to create and mount their own filesystem implementations. fusermount is a program to mount and unmount FUSE filesystems. OPTIONS
-h print help. -V print version. -o OPTION[,OPTION...] mount options. -u unmount. -q quiet. -z lazy unmount. SEE ALSO
mount(8), mount.fuse(8), ulockmgr_server(1). HOMEPAGE
More information about fusermount and the FUSE project can be found at <http://fuse.sourceforge.net/>. AUTHOR
FUSE was written by Miklos Szeredi <miklos@szeredi.hu>. This manual page was written by Daniel Baumann <daniel.baumann@progress-technologies.net>. 2.8.6 2011-10-23 FUSERMOUNT(1)