-
-
Notifications
You must be signed in to change notification settings - Fork 12.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes #65603. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
- Loading branch information
Showing
1 changed file
with
1 addition
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
89785cf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @fxcoudert. This commit broke
borg mount
support. See borgbackup/borg#5522. Any workarounds?89785cf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, that command needs fuse to function and homebrew doesn't ship fuse anymore because it's no longer open source.
89785cf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@SMillerDev Thanks for the follow-up... I understand... do you know how to install
llfuse
on macOS? I will likely not be the only person looking for a workaround.89785cf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no way, there is only osxfuse and that became closed source last year.
89785cf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps I am missing something. FUSE for macOS can be installed via https://github.com/osxfuse/osxfuse/releases/latest right? The part I am missing is how to install
llfuse
. That being said, the assumption that I am just missing a way to installllfuse
might be naive.89785cf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
llfuse is only needed if you have FUSE. And homebrew doesn't ship anything with FUSE functions enabled anymore because it's no longer open source.