Sto seguendo un tutorial che mi richiede di usare mke2fs. Ho scoperto che potevo installarlo da brew usando brew install e2fsprogs
Questo ha restituito quanto segue:
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