mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
docs: "error mounting: could not resolve name" (#10449)
based on https://github.com/ipfs/kubo/issues/2383#issuecomment-187867923 and https://github.com/ipfs/kubo/issues/2383#issuecomment-1436069101
This commit is contained in:
parent
de87573c2e
commit
11bfb3c93b
10
docs/fuse.md
10
docs/fuse.md
@ -147,5 +147,15 @@ sudo umount /ipfs
|
||||
sudo umount /ipns
|
||||
```
|
||||
|
||||
#### Mounting fails with "error mounting: could not resolve name"
|
||||
|
||||
Make sure your node's IPNS address has a directory published:
|
||||
```
|
||||
$ mkdir hello/; echo 'hello' > hello/hello.txt; ipfs add -rQ ./hello/
|
||||
QmU5PLEGqjetW4RAmXgHpEFL7nVCL3vFnEyrCKUfRk4MSq
|
||||
|
||||
$ ipfs name publish QmU5PLEGqjetW4RAmXgHpEFL7nVCL3vFnEyrCKUfRk4MSq
|
||||
```
|
||||
|
||||
If you manage to mount on other systems (or followed an alternative path to one
|
||||
above), please contribute to these docs :D
|
||||
|
||||
Loading…
Reference in New Issue
Block a user