An open API service indexing awesome lists of open source software.

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

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