Skip to content

zzed/cbdfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to mount and run CBFS:
===========================
- get current snapshot of fuse python bindings: 
  cvs -z3 -d:pserver:anonymous@fuse.cvs.sourceforge.net:/cvsroot/fuse co -P python
- call python setup.py to compile fuse-python
- copy stuff in build/lib.linux-i686-2.5 to cbfs storeclient directory
- mount in debug mode: python cbfs.py /mnt/mnt -d -f -s

Implementation Info:
======================
- chunks are stored by sha-512 ids
- important to remember: chunks are *never* rewritten, as their hash changes then

About

Chunk-based distributed Filesystem (FUSE)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published