Steps To Install e2fsprogs on Mac
Package Information:
Name: e2fsprogs
Use: Utilities for the ext2, ext3, and ext4 file systems
URL: https://e2fsprogs.sourceforge.io/
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, Execute
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install e2fsprogs using brew
brew install e2fsprogs
e2fsprogs is ready to use now!