Package e2tools

Manipulate files in unmounted ext2/ext3 filesystems

https://e2tools.github.io/

A simple set of utilities to read, write, and manipulate files in an
ext2/ext3 filesystem directly using the ext2fs library. This works

  - without root access
  - without the filesystem being mounted
  - without kernel ext2/ext3 support

The utilities are: e2cp e2ln e2ls e2mkdir e2mv e2rm e2tail

Version: 0.1.0

General Commands

e2cp copies files from/to an e2fs filesystem
e2ln create hard links on an ext2 filesystem
e2ls list files and directories on an ext2 filesystem
e2mkdir creates a directory on an ext2 filesystem
e2mv moves or renames files on an ext2fs filesystem
e2rm removes files and directories on an ext2 filesystem
e2tail a basic version of the tail command for an ext2 filesystem

Miscellanea

e2tools utilities to manipulate files in an ext2/ext3 filesystem