diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2005-07-26 10:17:19 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2005-07-26 10:17:19 +0000 |
commit | 9d8aa0ba85368b2d726cab009a4ed54b83114cf4 (patch) | |
tree | 798b0e49dbb333c53c0cd23dd842483420dec26e /Filesystems | |
parent | e3b830965749c516756f4c13588a1eb29e648ec2 (diff) | |
download | libfuse-9d8aa0ba85368b2d726cab009a4ed54b83114cf4.tar.gz |
added CORNFS
Diffstat (limited to 'Filesystems')
-rw-r--r-- | Filesystems | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Filesystems b/Filesystems index 70fb332..bf98e8b 100644 --- a/Filesystems +++ b/Filesystems @@ -428,3 +428,18 @@ Description: spread over the world-wide Grid. ============================================================================== +Name: Clustered Ordinary Raid Network File System (CORNFS) + +Author: Ian C. Blenke / icblenke at nks net + +Homepage: http://ian.blenke.com/projects/cornfs/cornfs.html + +Description: + + CORNFS is an attempt at creating a distributed filesystem that + mirrors N copies of files across a group of M number of + servers. Everything in CORNFS is stored as a file. At any time, it + is possible to reconstruct the entire filesystem via a simple + overlay rsync from the remote filesystems. + +============================================================================== |