Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 344 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 344 Bytes

A replica of EXT2 filesystem

Feature

Follow the official(? NON_GNU) standard.
Use FUSE library, which enables integration into a true linux system.
Friendly code maybe.

How to run

Please refer to Makefile.

Tested with WSL2 Ubuntu-22.04 with fuse3 and libfuse3-dev installed.