https://github.com/nturume/x2
Simple EXT2 fs
https://github.com/nturume/x2
ext2 extfs filesystem
Last synced: 10 months ago
JSON representation
Simple EXT2 fs
- Host: GitHub
- URL: https://github.com/nturume/x2
- Owner: nturume
- Created: 2025-08-04T20:01:22.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-14T19:28:08.000Z (10 months ago)
- Last Synced: 2025-08-14T20:34:09.898Z (10 months ago)
- Topics: ext2, extfs, filesystem
- Language: C
- Homepage:
- Size: 76.2 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Very simple ext2 file system
All implemented features on [x2.h](https://github.com/nturume/x2/blob/main/x2.h).
Check [example.c](https://github.com/nturume/x2/blob/main/example.c) and [test.sh](https://github.com/nturume/x2/blob/main/test.sh) for usage.
Fuse3 interface is also implemented at [fuse.cpp](https://github.com/nturume/x2/blob/main/fuse.cpp) and [fuse.sh](https://github.com/nturume/x2/blob/main/fuse.sh)
Code review is much welcome.