http://oss.oracle.com/projects/crfs/
CRFS introductionCRFS is an acronym which stands for 'Coherent Remote File System'. CRFS is a network protocol that lets clients share access to a file system which is hosted on a server. Its main features include:
The implementation hosted here includes a client module for the Linux kernel and a UNIX user space server daemon. 'crfsd', the UNIX daemon which runs in userspace, provides these features by storing data in a BTRFS file system on disk. Status as of June, 2008CRFS is in the initial phase of design and implementation and is proceeding towards an alpha release. It is not ready for stable use and should not be trusted to reliably store data. CRFS is made available at this early a stage so that people can participate in the design and implementation. The following list of features will be included in the alpha release and are immediate priorities, though perhaps not in the given order:
The following list of features will not be included in the alpha release:
Installation instructionsDownload the source and follow the instructions contained in the 'docs/developer-instructions' file $ hg clone http://oss.oracle.com/mercurial/zab/crfs crfs $ less crfs/docs/developer-instructions Send a mail to crfs-devel and let us know how it goes! |
