How to Install e2fsck-static in Ubuntu 18.04



Install e2fsck-static by entering the following commands in the terminal:

sudo apt update
sudo apt install e2fsck-static

Description:

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.

Homepage: http://e2fsprogs.sourceforge.net

Version: 1.44.1-1

Section: universe/admin