SOLVED: A way to share /config folder over NFS on Hassio

As a Linux user I have a kind of an issue with the Samba share of the /config folder on Hassio. Is there a way to install a NFS server on Hassio? I’ve found no solution so far. Thanks for your time and help.

1 Like

Solved by moving from hassio on Raspberry over to regular home-assistant running in docker on Ubuntu server.

You can use SSHFS instead of NFS.

  1. Install SSH Server addon - URL: http://hassio.local:8123/hassio/addon/core_ssh
  2. Configure it to make a successful ssh [email protected]
  3. mkdir ~/hassio-sshfs; cd ~/hassio-sshfs
  4. sshfs [email protected]:/config .
  5. ls # it works!