Introduction - If you have any usage issues, please Google them yourself
A distributed file system, using C++ implementation, including: metaserver: a single meta-data server that provides a global namespace chunkserver: blocks of a file are broken up into chunks and stored on individual chunk servers. Client library: that provides the file system API to allow applications to interface with KFS.