https://github.com/sprookie/mapfuse
simple fuseFS using mmap + list to manage files and data
https://github.com/sprookie/mapfuse
filesystem fuse-filesystem kernel-development mmap user-interface
Last synced: 12 days ago
JSON representation
simple fuseFS using mmap + list to manage files and data
- Host: GitHub
- URL: https://github.com/sprookie/mapfuse
- Owner: sprookie
- Created: 2024-12-24T07:04:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-24T07:21:31.000Z (about 1 year ago)
- Last Synced: 2024-12-24T08:28:05.160Z (about 1 year ago)
- Topics: filesystem, fuse-filesystem, kernel-development, mmap, user-interface
- Language: C
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
* yum install fuse-devel
* gcc -Wall fuse_mmap.c pkg-config fuse --cflags --libs -o fuse_mmap
* mkdir /tmp/fuse
* ./fuse_mmap /tmp/fuse