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

https://github.com/maastaar/lsysfs

Less Simple, Yet Stupid Filesystem (Using FUSE). This is an example of using FUSE to build a simple in-memory filesystem that supports creating new files and directories. It is a part of a tutorial in MQH Blog with the title "Writing Less Simple, Yet Stupid Filesystem Using FUSE in C".
https://github.com/maastaar/lsysfs

fuse fuse-filesystem linux tutorial-code

Last synced: about 2 months ago
JSON representation

Less Simple, Yet Stupid Filesystem (Using FUSE). This is an example of using FUSE to build a simple in-memory filesystem that supports creating new files and directories. It is a part of a tutorial in MQH Blog with the title "Writing Less Simple, Yet Stupid Filesystem Using FUSE in C".

Awesome Lists containing this project

README

          

Less Simple, Yet Stupid Filesystem (Using FUSE)
=======================================

This is an example of using FUSE to build a simple in-memory filesystem that supports creating new files and directories. It is a part of a tutorial in MQH Blog with the title "Writing Less Simple, Yet Stupid Filesystem Using FUSE in C":

License: GNU GPL.