Skip to content

Won't run with recent version of MacFuse (workaround) #8

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

Open
awd97 opened this issue Apr 17, 2021 · 6 comments
Open

Won't run with recent version of MacFuse (workaround) #8

awd97 opened this issue Apr 17, 2021 · 6 comments

Comments

@awd97
Copy link

awd97 commented Apr 17, 2021

as the MacFuse executable has changed name from 'osxfuse' to 'macfuse'. A workaround is to copy /Library/Filesystems/macfuse.fs to /Library/Filesystems/osxfuse.fs and then rename /Library/Filesystems/macfuse.fs/Contents/Resources/mount_osxfuse to /Library/Filesystems/macfuse.fs/Contents/Resources/mount_macfuse

@awd97 awd97 changed the title Won't run with recent version of MacFuse (workaround( Won't run with recent version of MacFuse (workaround) Apr 17, 2021
@LewsTherinTelescope
Copy link

Thanks for that workaround! Symlinking things worked perfectly to fix it.

@lukebrowell
Copy link

AppDelegate.swift needs updating to reflect new fuse name:
"/Library/Filesystems/macfuse.fs/Contents/Resources/mount_macfuse"

@ivoronin
Copy link
Owner

Pull requests are welcome!

@MorningSage
Copy link

/Library/Filesystems/macfuse.fs/Contents/Resources/mount_osxfuse to /Library/Filesystems/macfuse.fs/Contents/Resources/mount_macfuse

Vice verse... But thank you, this saved me. Definitely gets things working.

@LeeBinder
Copy link

LeeBinder commented Dec 1, 2022

rename /Library/Filesystems/macfuse.fs/Contents/Resources/mount_osxfuse to /Library/Filesystems/macfuse.fs/Contents/Resources/mount_macfuse

No, mistake. Instead the other way around. Also symlinking should definitely be used instead to leave MacFuse as is, and it does work:

symlink /Library/Filesystems/macfuse.fs/Contents/Resources/mount_macfuse to /Library/Filesystems/macfuse.fs/Contents/Resources/mount_osxfuse

and the step before

symlink /Library/Filesystems/macfuse.fs to /Library/Filesystems/osxfuse.fs

Bildschirmfoto 2022-12-01 um 21 23 33

@BenK885
Copy link

BenK885 commented May 28, 2024

symlink /Library/Filesystems/macfuse.fs/Contents/Resources/mount_macfuse to /Library/Filesystems/macfuse.fs/Contents/Resources/mount_osxfuse

sudo ln -s /Library/Filesystems/macfuse.fs/Contents/Resources/mount_macfuse /Library/Filesystems/macfuse.fs/Contents/Resources/mount_osxfuse

symlink /Library/Filesystems/macfuse.fs to /Library/Filesystems/osxfuse.fs

sudo ln -s /Library/Filesystems/macfuse.fs /Library/Filesystems/osxfuse.fs

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

7 participants