e2fsck.static

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

Install

All systems
curl cmd.cat/e2fsck.static.sh
Debian Debian
apt-get install e2fsck-static
Ubuntu
apt-get install e2fsck-static
image/svg+xml Kali Linux
apt-get install e2fsck-static
Windows (WSL2)
sudo apt-get update sudo apt-get install e2fsck-static
Raspbian
apt-get install e2fsck-static

e2fsck-static

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

This may be of some help to you if your filesystem gets corrupted enough to break the shared libraries used by the dynamically linked checker. This binary takes much more space than its dynamic counterpart located in e2fsprogs, though. You may want to install a statically-linked shell as well, to be able to run this program if something like your C library gets corrupted.

e2fsprogs-dbg

debugging information for e2fsprogs

This package includes the debug information useful for debugging e2fsprogs and its libraries, contained in the e2fsprogs and e2fsck-static packages. The debug information is used for execution tracing and core dump analysis.