Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 765 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 765 Bytes

RLFS

A parallel distributed cloud storage system based FUSE. You can save and retrieve your files to and from storage nodes, in a parallel way.

Details

The requirements could be found in the rlfs.pdf file. More details of the implementation will be added later if I have some time.

Installation

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.

Acknowledges

Many thanks to BBFS and Beej's Guide to Network Programming Using Internet Sockets.