Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/juandelahd/fuse-based-filesystem

Implementing a custom Linux filesystem using FUSE, allowing user-mode implementation with VFS interface access via standard syscalls (read, open, ls, etc.). This in-memory filesystem prioritizes speed over data volume or persistence, with data represented on disk by a single file.
https://github.com/juandelahd/fuse-based-filesystem

Last synced: 17 days ago
JSON representation

Implementing a custom Linux filesystem using FUSE, allowing user-mode implementation with VFS interface access via standard syscalls (read, open, ls, etc.). This in-memory filesystem prioritizes speed over data volume or persistence, with data represented on disk by a single file.

Awesome Lists containing this project