@cryptotaxi247 / kubo / commits / 11bfb3c93

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

swedneck committed Jun 21, 2024 at 16:56 UTC 11bfb3c93b9a69031cb536b07916d562e680d5e8
1 file changed +10
docs/fuse.md
+10
@@ -147,5 +147,15 @@ sudo umount /ipfs
147 sudo umount /ipns
148 ```
149
150 +#### Mounting fails with "error mounting: could not resolve name"
151 +
152 +Make sure your node's IPNS address has a directory published:
153 +```
154 +$ mkdir hello/; echo 'hello' > hello/hello.txt; ipfs add -rQ ./hello/
155 +QmU5PLEGqjetW4RAmXgHpEFL7nVCL3vFnEyrCKUfRk4MSq
156 +
157 +$ ipfs name publish QmU5PLEGqjetW4RAmXgHpEFL7nVCL3vFnEyrCKUfRk4MSq
158 +```
159 +
160 If you manage to mount on other systems (or followed an alternative path to one
161 above), please contribute to these docs :D