A parallel distributed cloud storage system based FUSE. You can save and retrieve your files to and from storage nodes, in a parallel way.
The requirements could be found in the rlfs.pdf
file. More details of the implementation
will be added later if I have some time.
For Ubuntu 16.04 x64 users, you may run scripts/install-rlfs.sh
to install the RLFS
system without any pain. If you do have one ... well ...
The main source code could be found in the src
directory. rlfsc.c
and rlfsd.c
are the
client and server, respectively.
Many thanks to BBFS and Beej's Guide to Network Programming Using Internet Sockets.