Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oliverkovacs/sfs
A simple, small file system aimed at embedded devices.
https://github.com/oliverkovacs/sfs
c filesystem fuse unix
Last synced: about 2 months ago
JSON representation
A simple, small file system aimed at embedded devices.
- Host: GitHub
- URL: https://github.com/oliverkovacs/sfs
- Owner: OliverKovacs
- License: mit
- Created: 2024-05-26T15:41:04.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-27T21:56:55.000Z (8 months ago)
- Last Synced: 2024-05-28T07:37:39.098Z (8 months ago)
- Topics: c, filesystem, fuse, unix
- Language: C
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# sfs
A simple, small file system aimed at embedded devices.
Design heavily inspired by UNIX file systems.## Features
Some features include:
- Users and groups
- UNIX-style permissions
- Timestamps
- Links
- FUSE driver
- No OS required## Usage
See `Makefile`.
## Todo
- Improve error handling
- Support for inlining small files into inode