https://github.com/puffycid/ext4-fs
A very basic ext4 filesystem parser
https://github.com/puffycid/ext4-fs
ext4 forensics
Last synced: 2 months ago
JSON representation
A very basic ext4 filesystem parser
- Host: GitHub
- URL: https://github.com/puffycid/ext4-fs
- Owner: puffyCid
- License: mit
- Created: 2025-10-20T01:36:30.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2026-03-15T17:52:36.000Z (3 months ago)
- Last Synced: 2026-03-16T05:52:01.885Z (3 months ago)
- Topics: ext4, forensics
- Language: Rust
- Homepage:
- Size: 175 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ext4-fs
[](https://opensource.org/licenses/MIT)
[](https://codecov.io/github/puffyCid/ext4-fs)

A small and *very* basic Rust library to read the ext4 filesystem. It was primarily developed to learn how to write filesystem forensic parsers.
This library would have been impossible without the excellent resources provided at:
- [OS Dev](https://wiki.osdev.org/Ext4)
- [ext4 tutorial](https://metebalci.com/blog/a-minimum-complete-tutorial-of-linux-ext4-file-system/)
- [libfsext](https://github.com/libyal/libfsext)