forked from dayne/zunkfs
-
Notifications
You must be signed in to change notification settings - Fork 0
Dr.Z's FS - Best of herbology and reflexology rolled into a file system (NOT READY FOR PUBLIC CONSUMPTION)
License
teknofire/zunkfs
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Got FUSE?
gotta have FUSE to make this work, it will be called soemthing like:
libfuse, libfuse-dev or libfuse-devel
Centos
yum install fuse dkms-fuse fuse-devel
# add your user to the fuse group - logout/login
Gentoo
emerge -va sys-fs/fuse
OSX + MacPorts
port install libfuse
Getting started:
wget http://drze.net/junk/testfs
mkdir .chunks
mkdir mnt
./zunkfs --chunk-db=rw,dir:$PWD/.chunks \
--chunk-db=ro,cmd:$PWD/fetch.sh ./testfs ./mnt
cd mnt
ls -la
About
Dr.Z's FS - Best of herbology and reflexology rolled into a file system (NOT READY FOR PUBLIC CONSUMPTION)
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 99.7%
- Shell 0.3%