8000 GitHub - PBnJK/ext2p: An ext2 filesystem emulator
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

PBnJK/ext2p

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ext2p: An ext2 filesystem emulator

This is a small utility for interacting with ext2 filesystems. It allows you to navigate and visualize folders and files, as well as dump information on the fs itself. Soon, it will also allow modification, creation, and deletion of files!

Usage

For now, the tool must be used in conjunction with an existing ext2 filesystem, but an example one is provided in this repository (example.img.) You may also generate one using a tool such as mke2fs.

You may run it as follows:

$ ext2p path/to/filesystem

You can then type "help" to see the available commands.

Building

This tool uses CMake to build. You can build it as follows:

$ mkdir build
$ cd build
$ cmake ..
$ make

References

The following references where used during the development of this tool:

About

An ext2 filesystem emulator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0