e2fsprogs

Utilities for creating, checking, and repairing ext2, ext3, ext4 filesystems

brewmacoslinux
Try with needOr install directly
Source

About

Utilities for the ext2, ext3, and ext4 file systems

Commands

mke2fse2fscktune2fsdumpe2fsresize2fse2labeldebugfs

Examples

Create a new ext4 filesystem on a device$ mke2fs -t ext4 /dev/sdX1
Check and repair a filesystem$ e2fsck -f /dev/sdX1
Display filesystem information and superblock details$ dumpe2fs /dev/sdX1