-
Notifications
You must be signed in to change notification settings - Fork 110
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
Unable to install on M1 #74
Comments
The same error for me in Ventura 13.0.1 |
I am also having this on Ventura 13.0.1... It has now become quite hard to work with Raspberry Pi SD cards on a Mac. |
I am also experiencing this on a 2017 Intel MacBook Pro running Ventura 13.0.1 (22A400). |
Same on M1 Monterey 12.3.1. MacFuse updated to last 4.4.1 version but it didn't help. |
i'll try and make my own tap that doesn't have this limit edit: i'll take a closer look next month when my company does open-source fridays (we work on OS projects instead of work projects one day each month) |
This is really unfortunate. I hope there will be a fix in the future! |
so... it's not very hard to build this pkg manually, and if you're in the situation where you're on macOS and trying to mount so with that in mind, these are all the steps required to build the pkg and use it
|
Buster Mount error: Partition doesn't contain EXT4 filesystem |
@marciano1 I had a similar error:
|
You need to mount the partition not the disk, eg disk6s2
…On Feb 24, 2023 at 5:41 PM -0500, Shawn Woodford ***@***.***>, wrote:
@marciano1 I had a similar error:
/dev/disk6 (external, physical):
#: TYPE NAME SIZE IDENTIFIER
0: FDisk_partition_scheme *31.9 GB disk6
1: Windows_FAT_32 boot 45.2 MB disk6s1
2: Linux 31.9 GB disk6s2
ext4fuse % sudo ./ext4fuse /dev/disk6 ~/ext4_mount -o allow_other
Partition doesn't contain EXT4 filesystem
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
yes, you are right, I was going to edit my comment but you were too quick! got a bunch of security warnings (on Ventura 13.2.1) which I'll have to work through then try again |
After all these security messages, about 7 reboots, booting into the Recovery environment and changing settings in Startup Security Utility I got it working!
|
How do I trigger these 'security prompts'? I'm able to mount a drive using the instructions @damonbreeden provided and list the contents with |
Sounds like you forgot to use ‘allow_other’ when you mounted
…On Feb 28, 2023 at 1:27 AM -0500, Sam Bradshaw ***@***.***>, wrote:
How do I trigger these 'security prompts'? I'm able to mount a drive using the instructions @damonbreeden provided and list the contents with sudo ls, but I can only access it using sudo and only certain commands work (e.g. rsync can't see inside even with sudo)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Hi, I followed your steps but I get this error : |
Nope, I used the exact command you provided, except to adjust the name of the drive |
Should be the exact same, just adjust your device as necessary
…On Mar 25, 2023 at 6:01 AM -0500, Spiros Karagilanis ***@***.***>, wrote:
Have you find a feasible workaround for sd cards?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Also getting the input/output error , and i'm using -o allow_other .. confused as heck.. suggestions @damonbreeden ? get the IO error even with trying to browse as root via sudo su
Looks like this is also the issue in #75 |
@acrylica did you figure out a solution to this ? |
Sorry, my question is a bit out of the topic being discussed here. I always setup my raspberry pi in complete headless mode and for that I need to have write access to the rootfs but unfortunately with ext4fuse I only have read access. Is there any alternative or an option to do this mac? |
The code to compile provided by @damonbreeden did not work for me on Ventura 13.5.1 because make failed. I replaced the line |
The author did mention that
I wonder if that's the reason we are hitting |
So - grabbing the source from github and installed fuse with brew, trying to make
Any idea where I can find that header file and its friends? I thought of fuse-dev or something, but I can't find that with brew. |
Hey all, I managed to solve the input/output error with the fix mentioned at #2 (comment) |
This doesn't work on my M1 Mac (running Sonoma)...
|
So - grabbing the source from github and installed fuse with brew, trying to make
were you able to install the package properly? |
I found fuse.h using locate in these locations: > locate fuse.h
/usr/local/include/fuse/fuse.h
/usr/local/include/fuse.h Guessing they were installed there by macFUSE. |
I had to install rosetta to get the compile to go to success: softwareupdate --install-rosetta |
this is not working for me. I've made sure that fuse is all good, but anyone know fixes? or have i done something wrong? EDIT: Installed pkg-config through brew. Upon making : |
+1 |
finally got a hold of a M1 MBP and revisiting this. I got this working using the instructions above and happened to do this build after I had squashfuse working so I had a lot of possible shared prerequisites installed (for squashfuse, see build instructions) like I'm able to mount an ext4 partition on a 6TB external HDD and copy a bunch of files. Aside from a few permissions issues because some directories do not have world-readable access, it seems to be working on first try! and just a heads up there is now a kernel extension-less version of fuse floating around there called fuse-t. With the help of the squashfuse developer (his comments on what's involved are great), I was successful compiling squashfuse with fuse-t on a macOS install that does not permit kernel extensions and it worked like a charm. It's very promising that it should be possible to build ext4fuse with fuse-t quite soon 🤞🏼 I also gave the Mounty developer (uses macfuse & ntfs-3g) a heads up as it will be great to add NTFS to this mix! |
|
I am unable to install this on apple silicon.
I tried installing MacFuse via brew, but that didn't work, so I installed it from the github release and did all of the security stuff. Then I tried installing ext4fuse with this command
brew install ext4fuse
and I get the following error:The text was updated successfully, but these errors were encountered: