Skip to content

Commit

Permalink
docs: "error mounting: could not resolve name" (#10449)
Browse files Browse the repository at this point in the history
  • Loading branch information
swedneck committed Jun 21, 2024
1 parent de87573 commit 11bfb3c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/fuse.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 11bfb3c

Please sign in to comment.