Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

macOS Monterey 12.74 brew install error #80

Open
britus opened this issue Feb 8, 2024 · 5 comments
Open

macOS Monterey 12.74 brew install error #80

britus opened this issue Feb 8, 2024 · 5 comments

Comments

@britus
Copy link

britus commented Feb 8, 2024

Hi Community
so I want to install ext4fuse like mentioned on the web site https://www.maketecheasier.com/mount-access-ext4-partition-mac/, but I got an installation error. So my question is: Is ext4fuse made for Mac OSX or for Linux. I remember me, that Linux already contains ext4 FS as native implementation ?!

How can I install ext4fuse on my MacBook?

$ brew install ext4fuse
ext4fuse: Linux is required for this software.
libfuse@2: Linux is required for this software.
Error: ext4fuse: Unsatisfied requirements failed this build.

Best Regards

@calaverasgrande
Copy link

I'm in the same boat

@CrushedAsian255
Copy link

CrushedAsian255 commented Mar 1, 2024

you can build it from source pretty easily, download the source files and run make
PS: you will need to run using sudo with the cli argument -o allow_other if mounting a physical volume (disk /dev/disk[something])
I also had this problem, I think the Homebrew entry is not configured properly

@DigitalGentleman
Copy link

you can build it from source pretty easily, download the source files and run make PS: you will need to run using sudo with the cli argument -o allow_other if mounting a physical volume (disk /dev/disk[something]) I also had this problem, I think the Homebrew entry is not configured properly

Could you explain this a little more? I'm a noob, so I don't know what this all means (sorry)

@gingerbeardman
Copy link

gingerbeardman commented Jun 1, 2024

Same as #76, #74, #66

@GwynethLlewelyn
Copy link

Same as #76, #74, #66

Indeed — I wonder if there is a way to alert the Homebrew maintainers...

@DigitalGentleman I don't know if you have figured it out by yourself (it's true that the compilation instructions are scarce), but if you haven't, my first question to you is if you have set up a command-line compilation environment on your Mac, using Homebrew's own toolset, and are moderately familiar with compiling binaries from source.

If not, well, I'm afraid that this requires a lot of explanations...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants