In the later versions of MacOS macfuse is used instead of osxfuse. Here is a hack to get it working:
Install macfuse
brew install macfuse
Update the code (see attached patch)
cd fuse-ext2
git apply Working_with_latest_macfuse.patch
cd ../
Working_with_latest_macfuse.patch
In the later versions of MacOS macfuse is used instead of osxfuse. Here is a hack to get it working:
Install macfuse
brew install macfuseUpdate the code (see attached patch)
Working_with_latest_macfuse.patch