I have just installed mtools with Homebrew:
Code: Select all
brew install mtools
Code: Select all
mformat -i iso/BirdOS.img -f 1440 ::
Assertion failed: (clusters_fit_into_fat(Fs)), function check_fs_params_and_set_fat, file mformat.c, line 354.
make: *** [building] Abort trap: 6
All of the "mtools" commands produce some sort of error no matter what I do.
Just to let you know, it was working perfectly fine on windows.
I think it could possibly be that I recently upgraded to MacOS 12 (Monterey) Beta, and I also noticed that brew says this when updating:
Code: Select all
Warning: You are using macOS 12.
We do not provide support for this pre-release version.
You will encounter build failures with some formulae.
Please create pull requests instead of asking for help on Homebrew's GitHub,
Twitter or any other official channels. You are responsible for resolving
any issues you experience while you are running this
pre-release version.
Thanks so much!