Skip to content

A simple command-line tool that can read an ext4 file system

License

Notifications You must be signed in to change notification settings

hathibelagal/EXT4-Reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

ext4 Reader

This is a very rudimentary command-line tool that can read ext4 file systems. You can either point it to a /dev/sdXX file, or a file you created using the mke2fs command.

It does support flexible block groups.

Note: I am working on this tool primarily to recover data from a filesystem that was spoiled by a failed GParted partition-resizing operation.

Usage

This tool expects the path of the file system, along with its size (in bytes).

./reader.py -f <filesystem> -s <size> -r <yes|no>

Beware that by using the recovery option, you get a dump of the contents of all the files on the file system.

I've tested it only on Ubuntu 14.04.

About

A simple command-line tool that can read an ext4 file system

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages