-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Fix brew osxfuse install instructions. #4168
Conversation
Reported by @ejholmes at: * #177 (comment) License: MIT Signed-off-by: Steven Allen <[email protected]>
docs/fuse.md
Outdated
@@ -18,7 +18,12 @@ Depending on whether you are using OSX or Linux, follow the proceeding instructi | |||
|
|||
## Mac OSX -- OSXFUSE | |||
|
|||
It has been discovered that versions of `osxfuse` prior to `2.7.0` will cause a kernel panic. For everyone's sake, please upgrade (latest at time of writing is `2.7.4`). The installer can be found at https://osxfuse.github.io/. There is also a homebrew formula (`brew install osxfuse`) but users report best results installing from the official OSXFUSE installer package. | |||
It has been discovered that versions of `osxfuse` prior to `2.7.0` will cause a kernel panic. For everyone's sake, please upgrade (latest at time of writing is `2.7.4`). The installer can be found at https://osxfuse.github.io/. There is also a homebrew formula using cask but users report best results installing from the official OSXFUSE installer package: |
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.
This is a tad confusing:
There is also a homebrew formula using cask but users report best results installing from the official OSXFUSE installer package:
which then goes on to show the homebrew install method.
Maybe the sentence should read:
Users report best results installing from the official OSXFUSE installer package, but there is also a homebrew formula using cask:
Flows better. License: MIT Signed-off-by: Steven Allen <[email protected]>
Could you test IPFS with osxfuse 3.6.3? I'd like to update the suggested version as the 2.7 series is a bit out of date by this point but don't want to recommend a known broken version. |
Possibly related: #1048 Make sure nothing is currently mounted on either |
ipfs should probably do some sanity checks before attempting to mount. Should help mitigate these random issues a bit |
The library we use bazil/fuse is not maintained currently. We might have to migrate to https://github.com/hanwen/go-fuse some time soon. We also really need to extract and clean up the fuseIPFS code into its own module. |
We're going to switch to an entirely new system anyways. |
Reported by @ejholmes at:
License: MIT
Signed-off-by: Steven Allen [email protected]