IPFS needs to mount /ipfs with FUSE. How?

ipfs binary in snap can not access fusemount binary and fails ipfs mount command. Is there any way to fix that ?

https://github.com/elopio/ipfs-snap/issues/6

My wild guess would be the shap should include fusermount itself and should use the fuse-support interface.

This may not help - https://bugs.launchpad.net/snapd/+bug/1673191 - in that bug fusermount is present in snap bin.

… and it would work if run with sudo … the problem in this bug is that the fuse-support interface does not allow unprivileged (non-root) mounts, i was assuming you want to run as root since root was used in your original post above…