How to Install e2fsprogs in Ubuntu 18.04



Install e2fsprogs by entering the following commands in the terminal:

sudo apt update
sudo apt install e2fsprogs

Description:

ext2/ext3/ext4 file system utilities

The ext2, ext3 and ext4 file systems are successors of the original ext ("extended") file system. They are the main file system types used for hard disks on Debian and other Linux systems. . This package contains programs for creating, checking, and maintaining ext2/3/4-based file systems. It also includes the "badblocks" program, which can be used to scan for bad blocks on a disk or other storage device.

Homepage: http://e2fsprogs.sourceforge.net

Version: 1.44.1-1

Section: admin