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".
- Host: GitHub
- URL: https://github.com/maastaar/lsysfs
- Owner: MaaSTaaR
- License: gpl-3.0
- Created: 2019-09-28T08:24:13.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-30T08:32:25.000Z (about 6 years ago)
- Last Synced: 2025-06-24T19:41:15.633Z (6 months ago)
- Topics: fuse, fuse-filesystem, linux, tutorial-code
- Language: C
- Homepage: http://maastaar.net/fuse/linux/filesystem/c/2019/09/28/writing-less-simple-yet-stupid-filesystem-using-FUSE-in-C/
- Size: 14.6 KB
- Stars: 24
- Watchers: 2
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.