We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
go-ipfs version: 0.4.4- Repo version: 4 System version: amd64/darwin Golang version: go1.7
Having difficulty getting mount to work,
mount
$ ipfs mount Error: unable to check fuse version. ... $ go get github.com/jbenet/go-fuse-version/fuse-version $ ipfs mount Error: unable to check fuse version. ... $ fuse-version OSXFUSE.FuseVersion: 29 OSXFUSE.AgentVersion: 3.5.4 OSXFUSE.AgentName: OSXFUSE $ ipfs mount Error: unable to check fuse version. ... $ ipfs config DontCheckOSXFUSE true $ ipfs mount Error: config key invalid: DontCheckOSXFUSE %!s(bool=true)
yet, in ~/.ipfs/config there are other true values so I'm not sure what's going on.
~/.ipfs/config
true
The text was updated successfully, but these errors were encountered:
Try doing:
ipfs config --json DontCheckOSXFUSE true
That should fix the issue... This behaviour has been improved in 0.4.5 and what you tried should work on 0.4.5-dev
Sorry, something went wrong.
I still get the above Error: config key invalid. I'll try again later on 0.4.5.
Error: config key invalid
I confirmed that this is fixed in (at least) 0.4.10 on OSX
No branches or pull requests
Version information:
Type: bug
Priority: p5
Description:
Having difficulty getting
mount
to work,yet, in
~/.ipfs/config
there are othertrue
values so I'm not sure what's going on.The text was updated successfully, but these errors were encountered: