https://github.com/ajeetdsouza/bbfs
A passthrough FUSE filesystem written in Haskell
https://github.com/ajeetdsouza/bbfs
fuse haskell
Last synced: 2 months ago
JSON representation
A passthrough FUSE filesystem written in Haskell
- Host: GitHub
- URL: https://github.com/ajeetdsouza/bbfs
- Owner: ajeetdsouza
- License: bsd-3-clause
- Created: 2019-08-15T19:16:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-17T09:07:24.000Z (almost 6 years ago)
- Last Synced: 2025-02-10T11:09:27.595Z (4 months ago)
- Topics: fuse, haskell
- Language: Haskell
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bbfs
BBFS, aka the "Big Brother File System", is a simple FUSE filesystem that passes every operation down to an underlying directory. This is a Haskell port of BBFS, aimed at exploring the (yet-to-mature) FUSE bindings currently available in the Haskell ecosystem.
The original BBFS (implemented in C) can be found [here](https://www.cs.nmsu.edu/~pfeiffer/fuse-tutorial/).