Skip to content
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

ipfs mount didn't work. #652

Closed
dalmooria opened this issue Apr 3, 2018 · 2 comments
Closed

ipfs mount didn't work. #652

dalmooria opened this issue Apr 3, 2018 · 2 comments

Comments

@dalmooria
Copy link

Hi, I watched IPFS Alpha Demo.
But ipfs mount shows error.

Joui-MBP:~ jo$ ipfs --version
ipfs version 0.4.14

Joui-MBP:~ jo$ ipfs mount

Error: unable to check fuse version.

Dear User,

Before mounting, we must check your version of OSXFUSE. We are protecting
you from a nasty kernel panic we found in OSXFUSE versions <2.7.2.1. To
make matters worse, it's harder than it should be to check whether you have
the right version installed...2. We've automated the process with the
help of a little tool. We tried to install it, but something went wrong[3].
Please install it yourself by running:

go get github.com/jbenet/go-fuse-version/fuse-version

You can also stop ipfs from running these checks and use whatever OSXFUSE
version you have by running:

ipfs config DontCheckOSXFUSE true

[3]: exit status 2
#github.com/jbenet/go-fuse-version
../dev/go/src/github.com/jbenet/go-fuse-version/version_darwin.go:6:11: fatal error: 'fuse/fuse.h' file not found
#include <fuse/fuse.h>
^~~~~~~~~~~~~
1 error generated.

So, I install it. But didn't work too.

Joui-MBP:~ jo$ go get github.com/jbenet/go-fuse-version/fuse-version

#github.com/jbenet/go-fuse-version
dev/go/src/github.com/jbenet/go-fuse-version/version_darwin.go:6:11: fatal error: 'fuse/fuse.h' file not found
#include <fuse/fuse.h>
^~~~~~~~~~~~~
1 error generated.

ipfs config DontCheckOSXFUSE command hangs...

Joui-MBP:~ jo$ ipfs mount

^C
Error: Post http://127.0.0.1:5001/api/v0/mount?encoding=json&stream-channels=true: context canceled

@victorb
Copy link
Member

victorb commented Apr 3, 2018

Have you installed https://osxfuse.github.io/?

@hacdias
Copy link
Member

hacdias commented Aug 20, 2018

This is unrelated to IPFS WebUI. Try opening this on go-ipfs repo and check out what @victorbjelkholm mentioned, please.

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

3 participants