mirror of
https://github.com/ipfs/kubo.git
synced 2025-08-06 11:31:54 +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:
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
|
||||
|
Reference in New Issue
Block a user