Chiron FS 1.0.0 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Chiron FS 1.0.0 (Default branch)
# 1  
Old 04-07-2008
Chiron FS 1.0.0 (Default 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 integrates patches porting ChironFS to FreeBSD and NetBSD, and changes the debug code on *BSD versions to get the same system information that the Linux version gets. It is needed because the next ChironFS release will need that info in order to resynchronize failed replicas.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
filesystem(7)						 Miscellaneous Information Manual					     filesystem(7)

NAME
filesystem - event signalling that filesystems have been mounted SYNOPSIS
filesystem [ENV]... DESCRIPTION
The filesystem event is generated by the mountall(8) daemon after it has mounted all filesystems listed in fstab(5). mountall(8) emits this event as an informational signal, services and tasks started or stopped by this event will do so in parallel with other activity. EXAMPLE
A service that wishes to be running once filesystems are mounted might use: start on filesystem SEE ALSO
mounting(7) mounted(7) virtual-filesystems(7) local-filesystems(7) remote-filesystems(7) all-swaps(7) mountall 2009-12-21 filesystem(7)