https://github.com/maastaar/ssfs
Simple & Stupid Filesystem (Using FUSE)
https://github.com/maastaar/ssfs
filesystem fuse tutorial-code
Last synced: 9 months ago
JSON representation
Simple & Stupid Filesystem (Using FUSE)
- Host: GitHub
- URL: https://github.com/maastaar/ssfs
- Owner: MaaSTaaR
- License: gpl-3.0
- Created: 2016-05-21T19:35:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-21T20:11:10.000Z (over 9 years ago)
- Last Synced: 2025-03-25T11:03:27.261Z (9 months ago)
- Topics: filesystem, fuse, tutorial-code
- Language: C
- Homepage: http://www.maastaar.net/fuse/linux/filesystem/c/2016/05/21/writing-a-simple-filesystem-using-fuse/
- Size: 12.7 KB
- Stars: 94
- Watchers: 5
- Forks: 38
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Simple & Stupid Filesystem (Using FUSE)
=======================================
This is an example of using FUSE to build a simple filesystem. It is a part of a tutorial in MQH Blog with the title "Writing a Simple Filesystem Using FUSE in C":
License: GNU GPL.