1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-08-06 11:31:54 +08:00
swedneck
2024-06-21 16:56:58 +02:00
committed by GitHub
parent de87573c2e
commit 11bfb3c93b

View File

@ -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