seFS is a Python-FUSE based storage efficient file system that abstracts SQLite Database as a file system and provides storage efficiency with Data deduplication and compression. seFS was developed on Ubuntu 11.04
Storage efficiency:
- Data de-duplication
- Compression
Setup - Create a directory - run myfuse.py to mount the directory created $./myfuse.py -f ./dirpath Run - Open another terminal and issue seFS file system commands $touch abc $ll $cat >> abc Teardown - You will need to unmount the directory using fuermount utility $fusermount -u ./dirpath
- Ubuntu 11.04
- SQLite Database
- python-Fuse bindings
- Python 2.6
This is a prototype file system implementation and can be furthered scaled.
- Chetan Giridhar [email protected]
GNU General Public License v3.0