Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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