Does not work on High Sierra
When I run the command sudo mount -t fuse-ext2 /dev/disk3s2 /Volumes/disk3s2, I get a pop up dialog saying "Unsupported macOS Version — the installed version of FUSE is too old for the operating system..."
I am running High Sierra 10.13.5. I tried uninstalling and reinstalling FUSE 3.8.0, which should support High Sierra. I installed dependencies from MacPorts:
The following ports are currently installed:
autoconf @2.69_5 (active)
automake @1.16.1_0 (active)
e2fsprogs @1.44.2_0 (active)
libtool @2.4.6_5 (active)
m4 @1.4.18_2 (active)
Any ideas would be appreciated.
sudo fuse-ext2 /dev/disk3s2 /Volumes/disk3s2 -o debug,rw+
No output whatsoever. Seems to have exited with error code 252.
Log file:
2018-10-04 16:27:32: Invoking user: root
2018-10-04 16:27:32: [Mount] Entering function Mount...
2018-10-04 16:27:32: [Mount] Processing argument "/dev/disk2"
2018-10-04 16:27:32: [Mount] Processing argument "/Volumes/disk2"
2018-10-04 16:27:32: [Mount] Got plain device "/dev/disk2"
2018-10-04 16:27:32: [Mount] Got raw device "/dev/rdisk2"
2018-10-04 16:27:32: [Mount] Invoking:
2018-10-04 16:27:32: [Mount] "/usr/local/bin/fuse-ext2.wait" "/Volumes/disk2" "5" "/usr/local/bin/fuse-ext2" "/dev/disk2" "/Volumes/disk2" "-olocal,uid=502,gid=20"
2018-10-04 16:27:32: [Mount] /usr/local/bin/fuse-ext2.wait returned with retval: 252
2018-10-04 16:27:32: [Mount] ERROR: Mounting /dev/disk2 as /Volumes/disk2 failed! Output:
2018-10-04 16:27:32: [Mount] Exiting function mount...```
Hi, I'm having troubles installing fuse-ext2 on High Sierra
It's supposed to be installed on /usr/local/bin but I don't have it there and ofc I'm getting the:
➜ ~ fuse-ext3 zsh: command not found: fuse-ext3
same if I type full path
➜ ~ /usr/local/bin/fuse-ext2
First I installed: https://github.com/osxfuse/osxfuse And then: https://github.com/alperakcan/fuse-ext2#alternate-install-method-of-fuse-for-macos
Any help plz? Thanks
@charly3pins
Not sure if you ever resolved this issue but I maintain a fork of this project and it's been working well for me. I setup a build script and things are pretty self explanatory.
https://github.com/ipatch/fuse-ext2/blob/master/build/macos-build-fuse-ext2-v0.0.10.sh
Haven't been having any problems with fuse-ext2 on macOS High Sierra.
@ipatch I'll give a try tonight! Thanks