macOS
brew install e2toolslocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für e2tools in AI-Agent-Workflows.
Installation
brew install e2toolslocal Homebrew formula metadata
sudo apk add e2toolsAlpine Linux edge package indexes · e2tools · Quelle: dl-cdn.alpinelinux.org
sudo apt install e2toolsDebian stable package indexes · e2tools · Quelle: deb.debian.org
sudo dnf install e2toolsFedora Rawhide package metadata · e2tools · Quelle: dl.fedoraproject.org
nix profile install nixpkgs#e2toolsnixpkgs package indexes · pkgs/by-name/e2/e2tools/package.nix · Quelle: api.github.com
Überblick
Utilities to read, write, and manipulate files in ext2/3/4 filesystems
Verlauf
e2tools is a small GPL command suite for reading, writing, and manipulating files inside ext2, ext3, and ext4 filesystem images without mounting them. It wraps libext2fs from e2fsprogs and exposes familiar file operations through commands such as `e2cp`, `e2ls`, `e2mkdir`, `e2rm`, `e2mv`, `e2ln`, and `e2tail`.
The ChangeLog shows active development by Keith W. Sheffield in the early 2000s, with core commands such as `e2ln`, `e2mv`, `e2rm`, and `e2tail` appearing through 2002 and build/documentation updates continuing into 2004.
The GitHub repository was created in 2015 for the current public hosting lineage, but the project itself predates that import. Its README keeps the original motivation clear: copy files into a Linux filesystem from a machine that does not have ext2 support, or manipulate disk images on Linux without mounting them or requiring root.
e2tools occupies a smaller niche than e2fsprogs but has durable packaging value: the README points to Repology for distribution packages, and the input package facts list packages across Homebrew, Debian, Ubuntu, Fedora, Alpine, Nix, and other ecosystems.
The GitHub API showed 40 stars and 17 forks on 2026-06-30, matching a utility that is not fashionable but remains useful wherever build systems, embedded workflows, installers, or forensic tasks need direct edits to ext filesystem images.
The command syntax treats an ext filesystem image or device plus a path as `filesystem:directory_path`. The README demonstrates making an image with `dd`, formatting it with `mkfs.ext2`, creating a directory with `e2mkdir`, listing with `e2ls`, copying with `e2cp`, and removing with `e2rm`.
Its key use case is avoiding a mount step. On non-Linux systems it can access ext filesystems where the OS lacks native support; on Linux it can manipulate images or floppies without loopback mounting or root access.
e2tools is package-nerd significant because it is a thin, practical companion to e2fsprogs: not a replacement for `fsck` or `mkfs`, but a file-level toolbox for ext images. That makes it attractive in reproducible image builds, cross-platform repair kits, and minimal automation scripts.
The README's alternatives section explains the tradeoff against kernel mounting and fuse2fs: e2tools uses the same e2fsprogs codebase, handles filesystem block sizes independently of kernel page size, and does not require mount privileges.
Sicherheitslage
narrow executable package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
e2cp | cli | globales Executable | |
e2ln | cli | globales Executable | |
e2ls | cli | globales Executable | |
e2mkdir | cli | globales Executable | |
e2mv | cli | globales Executable | |
e2rm | cli | globales Executable | |
e2tail | cli | globales Executable | |
e2tools | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/e2tools/e2tools
Installationsmetadaten
| Paketschlüssel | brew:e2tools |
|---|---|
| Version | 0.1.2 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/e2tools |
| Homepage | https://e2tools.github.io/ |
| Repository | https://github.com/e2tools/e2tools |
| Upstream-Dokumentation | https://e2tools.github.io/ |
| Lizenz | GPL-2.0-only |
| Quellarchiv | https://github.com/e2tools/e2tools/releases/download/v0.1.2/e2tools-0.1.2.tar.gz |
| Abhängigkeiten | e2fsprogs |
| Build-Abhängigkeiten | autoconf, automake, pkgconf |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | e2tools |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
e2tools 0.1.2-1
utilities for manipulating files in an ext2/ext3 filesystem
sudo apt install e2toolse2tools
nix profile install nixpkgs#e2toolse2tools 0.1.0-3build2
utilities for manipulating files in an ext2/ext3 filesystem
sudo apt install e2toolse2tools 0.1.2-r1
Utilities for manipulating files in an ext2/ext3 filesystem
sudo apk add e2toolse2tools-doc 0.1.2-r1
Utilities for manipulating files in an ext2/ext3 filesystem (documentation)
sudo apk add e2tools-doce2tools 0.1.0-15.fc44
Manipulate files in unmounted ext2/ext3 filesystems
sudo dnf install e2toolsQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.