Estoy siguiendo un tutorial que me obliga a usar mke2fs. Descubrí que podía instalarlo por brebaje utilizando brew install e2fsprogs
Esto devolvió lo siguiente:
This formula is keg-only, which means it was not symlinked into /usr/local.
This brew installs several commands which override OS X-provided file system commands.
Generally there are no consequences of this for you. If you build your
own software and it requires this formula, you'll need to add to your
build variables:
LDFLAGS: -L/usr/local/opt/e2fsprogs/lib
CPPFLAGS: -I/usr/local/opt/e2fsprogs/include
==> Summary