-
Notifications
You must be signed in to change notification settings - Fork 69
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
squashfuse using fuse-t #136
Comments
Hi, yes this is possible, I was just looking into it! It's a bit complicated, so I'll answer in two parts. Easy version
Explanations of complications
|
thank you so much for the detailed explanations! helps me understand what’s going on :) I gave this a shot:
is there a log I can look at to see why it throws this error? I don’t know if it’s also a function of being on macOS Sequoia beta - I already have macfuse installed in macOS Sonoma so I figure this is a beta, why not muck with it :) |
Hmm, I don't have a Sequoia install to test with unfortunately. Is it possible that If that's not it, you can try running with the |
hey good news - I got it to work! 🙌🏼 I ran it again with after mounting once, I dismounted and tried it again without the This is really super not to have to go into Startup Security Utility and not have to permit kernel extensions! 🙏🏼 so glad you got this working. this is definitely the way forward as I wouldn't be surprised if macOS just decides to give kernel extensions the boot any release now! |
Thanks for testing! I wish I understood better what made it work in the end—do you believe it was the permission dialog? |
yeah- I feel ya - always nicer when the world is more predictable! :) I do think the permission dialog made a difference but I can't explain why running it the first time without the debug option outright failed (-1) and then when I ran it again with the debug flag, all the debug spewed out (looked normal) and the permission dialog box showed up and it just worked! |
hi! I can compile squashfuse no problem with macfuse installed.
I am wondering if it is possible to compile squashfuse using fuse-t which doesn't depend on kernel extensions?
https://github.com/macos-fuse-t/fuse-t
if I have
fuse-t
installed (but notmacfuse
), it doesn't get pastconfigure
as it cannot find FUSE.The text was updated successfully, but these errors were encountered: