-
Notifications
You must be signed in to change notification settings - Fork 109
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 open ext4 mounted partition on El Captain #36
Comments
I have the same problem
OS X El Capitan 10.11.1 (15B42) |
I also have the same issue. I have disabled System Integrity Protection, so the problem goes beyond that feature of 10.11 interfering somehow. Note that when I try to list a directory in which the filesystem in mounted, I get the following odd behavior:
In this case, I had my linux filesystem mounted at ./linux |
I recieved a response similar to the one @briankendall recieved. If you need to run a program that you shouldn't run as root and copying them isn't an option, adding user to operator group allowed access to all files that had other or group read. Accessing files without other read required creating a group with the same name as the file's group and adding user to it. I removed user from operator group after trying this as I would like for the files of operator group, which include atleast raw disk access, to be behind a password check. Best of luck. |
Same result as @patsomaru, but adding the user to the operator group did not help. |
@patsomaru Thanks for dropping by.
This confuses me a bit, since i am unable to access file so how can i get to know about file's group? Cheers |
Can confirm that I can mount ext4 partitions as root. But then of course only root can access the files. Any plans to fix things so that normal user accounts can mount partitions that they can read and write to? |
Same here. I can mount and access as root, but can't as user. Although I added the user More precisely, my user account seems to mount the partition, but then it can't acces-it. The partition is only available to the group and user 1000. Any progress ? |
I've added my user to the operator group and can mount partitions no problem at all and can access some files / folders no problem at all. However I cannot read files / folders in my users home directory. Is this because of the permissions on the home directory? Do I need to |
Same problem but I solved adding |
Added a PR (referenced above) to add a line in the README mentioning this. Thanks, @aborigeno, for adding that comment! |
Issue #36: Add instructions for allowing non-root visibility on macOS Sierra.
The |
Same goes for Mojave
|
|
Using "-o allow_other" works for me on Sonoma as well, so that non-root users can see the mount point and the contained ext4 file system. |
Hi there,
Great project but I am struggling to get it working.
Is El Captain supported?
I have mounted my ext4 partition but i can't proceed to get into partition!
Below is the output of mount
Seems like there is something, can you point out how to proceed further?
Thanks
The text was updated successfully, but these errors were encountered: