Automic VaultAutomic Vault

brew

使用 Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper 安装 e2fsprogs

查看 e2fsprogs 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install e2fsprogs

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install e2fsprogs

MacPorts ports tree · sysutils/e2fsprogs/Portfile · 来源: api.github.com

Linux

Alpine Linux apk已验证 · 92%
sudo apk add e2fsprogs

Alpine Linux edge package indexes · e2fsprogs · 来源: dl-cdn.alpinelinux.org

Debian apt已验证 · 92%
sudo apt install e2fsprogs

Debian stable package indexes · e2fsprogs · 来源: deb.debian.org

Fedora dnf已验证 · 92%
sudo dnf install e2fsprogs

Fedora Rawhide package metadata · e2fsprogs · 来源: dl.fedoraproject.org

Nix已验证 · 92%
nix profile install nixpkgs#e2fsprogs

nixpkgs package indexes · pkgs/by-name/e2/e2fsprogs/package.nix · 来源: api.github.com

Arch Linux pacman已验证 · 92%
sudo pacman -S e2fsprogs

Arch Linux sync databases · e2fsprogs · 来源: geo.mirror.pkgbuild.com

openSUSE zypper已验证 · 92%
sudo zypper install e2fsprogs

openSUSE Tumbleweed package metadata · e2fsprogs · 来源: download.opensuse.org

概览

软件包摘要

Utilities for the ext2, ext3, and ext4 file systems

命令和别名

  • badblocks
  • chattr
  • debugfs
  • dumpe2fs
  • e2freefrag
  • e2fsck
  • e2image
  • e2label
  • e2mmpstatus
  • e2scrub
  • e2scrub_all
  • e2undo
  • e4crypt
  • e4defrag
  • filefrag
  • fsck.ext2
  • fsck.ext3
  • fsck.ext4
  • logsave
  • lsattr
  • mk_cmds
  • mkfs.ext2
  • mkfs.ext3
  • mkfs.ext4
  • mklost+found
  • resize2fs
  • tune2fs

历史

项目历史与用法

e2fsprogs is the canonical user-space toolkit for the Linux ext2, ext3, and ext4 filesystem family. It includes the programs administrators recognize by muscle memory: `mke2fs` and `mkfs.ext*` to create filesystems, `e2fsck` and `fsck.ext*` to check and repair them, `tune2fs`, `dumpe2fs`, `debugfs`, `resize2fs`, `badblocks`, attribute tools, and supporting libraries such as libext2fs.

项目历史

The project has been maintained for decades by Theodore Ts'o and is distributed as the second extended filesystem management programs. Official release notes in the kernel.org repository show e2fsprogs 1.02 dated 1996-01-16, while the libext2fs manual documents Theodore Ts'o's library work from 1997 onward.

As ext filesystems evolved, e2fsprogs evolved with them. It began as tooling for ext2, became core to ext3 journaled filesystem administration, and then tracked ext4-era features such as extents, flex_bg, metadata checksums, bigalloc, encryption, casefolding, fast commits, and orphan-file support.

The project is both end-user tool suite and library substrate. The libext2fs manual describes a user-level library for manipulating ext2 filesystems, and related tools such as e2tools build on that library rather than implementing ext filesystem parsing from scratch.

采用历史

e2fsprogs became infrastructure software because ext filesystems became default or common Linux filesystems across distributions, installers, rescue environments, embedded systems, and image-building pipelines. Its tools are packaged by essentially every general-purpose Linux distribution and by cross-platform package managers where users need to inspect Linux filesystems from non-Linux hosts.

Release notes show its maintenance responding to distribution bug reports, kernel feature additions, filesystem fuzzing, Coverity findings, and very-large-filesystem performance. That history is part of why the package is treated as a base-system dependency rather than an optional convenience.

使用方式

Administrators and installers use e2fsprogs to create, check, repair, resize, label, inspect, tune, and debug ext-family filesystems. Typical commands include `mkfs.ext4`, `e2fsck`, `resize2fs`, `tune2fs`, `dumpe2fs`, `debugfs`, `e2image`, `filefrag`, `chattr`, and `lsattr`.

The toolkit is also used outside ordinary mounted filesystems: recovery workflows run `e2fsck`, image builders run `mke2fs` against files, developers inspect metadata with `debugfs` and `dumpe2fs`, and downstream tools use libext2fs to manipulate disk images without going through the kernel mount path.

为什么软件包爱好者会关心

For package nerds, e2fsprogs is one of the rare packages that is simultaneously mundane and load-bearing. It is a formula in Homebrew, a package in major Linux distributions, a rescue-disk staple, a cross-build dependency, and a version-sensitive companion to Linux kernel filesystem features.

Its release notes are a map of Linux storage history: new kernel features land, then user-space tools learn to create, repair, report, or safely ignore them. Packaging the right e2fsprogs version matters because old user-space can misunderstand newer filesystem feature bits.

时间线

  • 1996-01-16: e2fsprogs 1.02 release notes document early ext2 filesystem tool maintenance.
  • 1997: libext2fs manual copyright begins, documenting a user-level library for manipulating ext2 filesystems.
  • 2010: e2fsprogs 1.41 release notes show ext4-era support work around flex_bg, ext4 mount defaults, direct I/O in debugfs, discard-aware mke2fs, and large filesystem handling.
  • 2015: e2fsprogs 1.42.13 includes security and robustness fixes, including CVE-2015-1572 in libext2fs.
  • 2021: e2fsprogs 1.46.0 adds support for fast_commit, stable_inodes, encryption plus casefolding, and fuse2fs improvements.
  • 2023: e2fsprogs 1.47.0 adds support for orphan_file and makes newer ext4 features default through mke2fs configuration.

Related projects

  • Related projects include the Linux kernel ext2/ext3/ext4 drivers, e2tools, fuse2fs, distribution initramfs/rescue tooling, filesystem image builders, and package-manager formulas that expose the tools on non-Linux hosts.
  • e2tools is a particularly close neighbor: its README states that it directly uses the ext2fs library from e2fsprogs to read and write ext filesystem images without mounting them.

来源

安全态势

风险级别:blue

broad file, network, media, or database tool signal.

风险分类器

blue 风险 · 中 置信度 · tool

原因

  • broad file, network, media, or database tool signal

信号

  • text:image

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 6 个平台目标。
  • 安装时包含 1 个运行时依赖。
  • 构建元数据列出 1 个构建依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

可执行文件

已安装的可执行文件

命令类型暴露范围备注
badblockscli全局可执行文件
chattrcli全局可执行文件
debugfscli全局可执行文件
dumpe2fscli全局可执行文件
e2freefragcli全局可执行文件
e2fsckcli全局可执行文件
e2imagecli全局可执行文件
e2labelcli全局可执行文件
e2mmpstatuscli全局可执行文件
e2scrubcli全局可执行文件
e2scrub_allcli全局可执行文件
e2undocli全局可执行文件
e4cryptcli全局可执行文件
e4defragcli全局可执行文件
filefragcli全局可执行文件
fsck.ext2cli全局可执行文件
fsck.ext3cli全局可执行文件
fsck.ext4cli全局可执行文件
logsavecli全局可执行文件
lsattrcli全局可执行文件
mk_cmdscli全局可执行文件
mkfs.ext2cli全局可执行文件
mkfs.ext3cli全局可执行文件
mkfs.ext4cli全局可执行文件
mklost+foundcli全局可执行文件
resize2fscli全局可执行文件
tune2fscli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-10
管理器版本1.47.4
管理器更新时间
本地数据OK
上游not checked
检测到的最新版本未检测到

https://e2fsprogs.sourceforge.net/

  • 信息No package-manager update timestamp was available.低 置信度
  • 信息Release/tag comparison is only available for GitHub repositories.https://e2fsprogs.sourceforge.net/none 置信度

安装元数据

软件包元数据

软件包键brew:e2fsprogs
版本1.47.4
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/e2fsprogs
主页https://e2fsprogs.sourceforge.net/
仓库https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
上游文档https://e2fsprogs.sourceforge.net/
许可证GPL-2.0-or-later AND LGPL-2.0-or-later AND LGPL-2.0-only AND BSD-3-Clause AND MIT
源码归档https://downloads.sourceforge.net/project/e2fsprogs/e2fsprogs/v1.47.4/e2fsprogs-1.47.4.tar.gz
依赖gettext
构建依赖pkgconf
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namee2fsprogs
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyyes
URL Keys
  • head
  • stable

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Debian apt95%

comerr-dev 2.1-1.47.2-3+b11

common error description library - headers and static libraries

http://e2fsprogs.sourceforge.net

sudo apt install comerr-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: e2fsprogs
  • 3 依赖
  • 1 可选依赖
  • normalized package name match
  • 匹配方式:E2fsprogs
Debian stable package indexes · deb.debian.org · Debian stable package indexes: comerr-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

e2fsck-static 1.47.2-3+b11

statically-linked version of the ext2/ext3/ext4 filesystem checker

http://e2fsprogs.sourceforge.net

sudo apt install e2fsck-static
  • Section: admin
  • Architecture: amd64
  • Source Package: e2fsprogs
  • 4 可选依赖
  • normalized package name match
  • 匹配方式:E2fsprogs
Debian stable package indexes · deb.debian.org · Debian stable package indexes: e2fsck-static from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

e2fsprogs 1.47.2-3+b11

ext2/ext3/ext4 file system utilities

http://e2fsprogs.sourceforge.net

sudo apt install e2fsprogs
  • Section: admin
  • Architecture: amd64
  • Source Package: e2fsprogs
  • 1 依赖
  • 6 可选依赖
  • normalized package name match
  • 匹配方式:E2fsprogs
Debian stable package indexes · deb.debian.org · Debian stable package indexes: e2fsprogs from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

e2fsprogs-l10n 1.47.2-3

ext2/ext3/ext4 file system utilities - translations

http://e2fsprogs.sourceforge.net

sudo apt install e2fsprogs-l10n
  • Section: localization
  • Architecture: all
  • Source Package: e2fsprogs
  • 1 依赖
  • normalized package name match
  • 匹配方式:E2fsprogs
Debian stable package indexes · deb.debian.org · Debian stable package indexes: e2fsprogs-l10n from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

fuse2fs 1.47.2-3+b11

ext2 / ext3 / ext4 file system driver for FUSE

http://e2fsprogs.sourceforge.net

sudo apt install fuse2fs
  • Section: admin
  • Architecture: amd64
  • Source Package: e2fsprogs
  • 6 依赖
  • normalized package name match
  • 匹配方式:E2fsprogs
Debian stable package indexes · deb.debian.org · Debian stable package indexes: fuse2fs from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

fuseext2 1.47.2-3

transitional package

http://e2fsprogs.sourceforge.net

sudo apt install fuseext2
  • Section: misc
  • Architecture: all
  • Source Package: e2fsprogs
  • 1 依赖
  • normalized package name match
  • 匹配方式:E2fsprogs
Debian stable package indexes · deb.debian.org · Debian stable package indexes: fuseext2 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libcom-err2 1.47.2-3+b11

common error description library

http://e2fsprogs.sourceforge.net

sudo apt install libcom-err2
  • Section: libs
  • Architecture: amd64
  • Source Package: e2fsprogs
  • 1 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:E2fsprogs
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libcom-err2 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libext2fs-dev 1.47.2-3+b11

ext2/ext3/ext4 file system libraries - headers and static libraries

http://e2fsprogs.sourceforge.net

sudo apt install libext2fs-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: e2fsprogs
  • 4 依赖
  • 1 提供
  • 1 可选依赖
  • normalized package name match
  • 匹配方式:E2fsprogs
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libext2fs-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libext2fs2t64 1.47.2-3+b11

ext2/ext3/ext4 file system libraries

http://e2fsprogs.sourceforge.net

sudo apt install libext2fs2t64
  • Section: libs
  • Architecture: amd64
  • Source Package: e2fsprogs
  • 1 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:E2fsprogs
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libext2fs2t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libss2 1.47.2-3+b11

command-line interface parsing library

http://e2fsprogs.sourceforge.net

sudo apt install libss2
  • Section: libs
  • Architecture: amd64
  • Source Package: e2fsprogs
  • 2 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:E2fsprogs
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libss2 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

logsave 1.47.2-3+b11

save the output of a command in a log file

http://e2fsprogs.sourceforge.net

sudo apt install logsave
  • Section: admin
  • Architecture: amd64
  • Source Package: e2fsprogs
  • 1 依赖
  • normalized package name match
  • 匹配方式:E2fsprogs
Debian stable package indexes · deb.debian.org · Debian stable package indexes: logsave from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

ss-dev 2.0-1.47.2-3+b11

command-line interface parsing library - headers and static libraries

http://e2fsprogs.sourceforge.net

sudo apt install ss-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: e2fsprogs
  • 4 依赖
  • normalized package name match
  • 匹配方式:E2fsprogs
Debian stable package indexes · deb.debian.org · Debian stable package indexes: ss-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

e2fsprogs

nix profile install nixpkgs#e2fsprogs
  • normalized package name match
  • 匹配方式:E2fsprogs
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/e2/e2fsprogs/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

comerr-dev 2.1-1.47.0-2.4~exp1ubuntu4

common error description library - headers and static libraries

http://e2fsprogs.sourceforge.net

sudo apt install comerr-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: e2fsprogs
  • 3 依赖
  • 1 可选依赖
  • normalized package name match
  • 匹配方式:E2fsprogs
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: comerr-dev from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

e2fsck-static 1.47.0-2.4~exp1ubuntu4

statically-linked version of the ext2/ext3/ext4 filesystem checker

http://e2fsprogs.sourceforge.net

sudo apt install e2fsck-static
  • Section: universe/admin
  • Architecture: amd64
  • Source Package: e2fsprogs
  • 4 可选依赖
  • normalized package name match
  • 匹配方式:E2fsprogs
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: e2fsck-static from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

e2fsprogs 1.47.0-2.4~exp1ubuntu4

ext2/ext3/ext4 file system utilities

http://e2fsprogs.sourceforge.net

sudo apt install e2fsprogs
  • Section: admin
  • Architecture: amd64
  • 1 依赖
  • 5 可选依赖
  • normalized package name match
  • 匹配方式:E2fsprogs
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: e2fsprogs from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment