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

Big Sur: MacFuse installed, compilation and installation of fuse-ext2 worked but disk cannot be mounted Hi #146

Open
ouboub opened this issue Aug 25, 2024 · 2 comments

Comments

@ouboub
Copy link

ouboub commented Aug 25, 2024

I am on MacOS big sur, and I have MacFuse installed. I copied the script.sh to my Mac, run it and compilation and installation seems to have worked.

However I just plugged in a USB disk, with a ext4 and ext2 partion

Created an empty directory Ext-Linux-Ext in my home directory and run

sudo  fuse-ext2 /dev/disk2s2 /Users/oub/ExtLinux

But nothing happend, no error message but also no mount.

What do I miss

Uwe Brauer

@ouboub
Copy link
Author

ouboub commented Aug 25, 2024

I have to add that the test

cd
dd if=/dev/zero of=/tmp/test-fs.ext4 bs=1024 count=102400  
/opt/gnu/sbin/mkfs.ext4 /tmp/test-fs.ext4
mkdir -p ~/mnt/fuse-ext2.test-fs.ext4
fuse-ext2 /tmp/test-fs.ext4 ~/mnt/fuse-ext2.test-fs.ext4 -o rw+,allow_other,uid=501,gid=20

worked without a problem.

but

/usr/local/bin/fuse-ext2 -v /dev/path /mnt/point -o debug

did not return anything

@ouboub
Copy link
Author

ouboub commented Aug 25, 2024

Aha, I think I found the solution:

sudo /usr/local/bin/fuse-ext2 /dev/disk2s1 ~/mnt/Ext4 -o rw+,allow_other,uid=501,gid=20

in any case, some comments would be welcome, so I don't close the issue.

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

1 participant