swedneck 2024-06-21 16:56:58 +02:00 committed by GitHub
parent de87573c2e
commit 11bfb3c93b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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