-
-
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
can't mount ipfs #1702
Comments
will have to give more data than this to debug. maybe stop by #ipfs on freenode. |
Environment
CommandFails after ~25s:
Daemon
|
i think we need a little UX change here. |
I've been wanting a revamp of the # mount "/ipfs" into local "~/ipfs"
ipfs mount /ipfs ~/ipfs
# mount "/ipns" into local "~/ipns"
ipfs mount /ipns ~/ipns
# mount "/ipfs/<hash>/a/b/c" into local "./c"
ipfs mount /ipfs/<hash>/a/b/c ./c |
i am new to ipfs plz help if you can |
@IntenseRave Your issue is probably unrelated to this bug. You probably just need to create the |
|
It sounds like you're running IPFS on a different machine? |
@Stebalien indeed. If there is a limitation there, ipfs might need logic to alert the user that remote connectivity for fuse mounts doesn't work in that configuration. |
Well, it "works", it'll just mount |
ERRO[09:17:08:000] error mounting: fusermount: exit status 1 fusermount: exit status 1 module=core/commands
even with
sudo ipfs mount -f <existingPath>
The text was updated successfully, but these errors were encountered: