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.
- Install SSH Server addon - URL: http://hassio.local:8123/hassio/addon/core_ssh
- Configure it to make a successful
ssh [email protected]
mkdir ~/hassio-sshfs; cd ~/hassio-sshfs
sshfs [email protected]:/config .
-
ls
# it works!
doesnt work… on raspberry pi