Skip to content
/ rlfs Public
forked from ikey4u/rlfs

A parallel distributed cloud storage system based FUSE

Notifications You must be signed in to change notification settings

thiac/rlfs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A parallel distributed cloud storage system based FUSE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 53.2%
  • C++ 38.9%
  • Shell 3.8%
  • Python 3.0%
  • CMake 1.1%