Decided to switch from Samba to NFS and gave this App a try. It was super easy to configure and get it up and running.
More details
If I ssh into the HAOS host (not SSH App)
# ls -la /mnt/data/supervisor/
total 168
drwxr-xr-x 18 root root 4096 Mar 3 22:07 .
drwxr-xr-x 6 root root 4096 Jan 20 14:30 ..
drw------- 2 root root 4096 Mar 13 2025 .mounts_credentials
drwxr-xr-x 7 root root 4096 Feb 21 18:53 addon_configs
drwxr-xr-x 6 root root 4096 Mar 13 2025 addons
-rw------- 1 root root 43361 Mar 3 22:07 addons.json
drwxr-xr-x 3 root root 4096 Mar 13 2025 apparmor
drwxr-xr-x 4 root root 4096 Mar 3 22:06 audio
-rw------- 1 root root 84 Mar 3 22:06 audio.json
drwxr-xr-x 2 root root 4096 Mar 3 04:58 backup
drwxr-xr-x 2 root root 4096 Mar 3 22:07 cid_files
-rw------- 1 root root 216 Mar 3 22:06 cli.json
-rw------- 1 root root 350 Mar 3 22:07 config.json
drwxr-xr-x 3 root root 4096 Mar 13 2025 core
-rw------- 1 root root 209 Sep 25 22:16 discovery.json
drwxr-xr-x 2 root root 4096 Mar 3 22:06 dns
-rw------- 1 root root 148 Mar 3 22:06 dns.json
drwxr-xr-x 2 root root 4096 Mar 13 2025 emergency
-rw-r--r-- 1 root root 64 Feb 26 19:49 hassio_supervisor.cid
drwxr-xr-x 14 root root 4096 Mar 3 22:06 homeassistant
-rw------- 1 root root 634 Mar 3 22:06 homeassistant.json
-rw------- 1 root root 930 Mar 3 22:05 ingress.json
drwxr-xr-x 2 root root 4096 Mar 13 2025 media
drwxr-xr-x 2 root root 4096 Mar 13 2025 mounts
-rw------- 1 root root 88 Mar 3 22:06 multicast.json
-rw------- 1 root root 221 Mar 3 22:06 observer.json
-rw------- 1 root root 31 Mar 3 22:06 services.json
drwxr-xr-x 2 root root 4096 Mar 13 2025 share
drwxr-xr-x 2 root root 4096 Mar 13 2025 ssl
-rw------- 1 root root 386 Mar 3 21:32 store.json
drwxr-xr-x 2 root root 4096 Mar 3 04:58 tmp
-rw------- 1 root root 1086 Mar 3 22:06 updater.json
# docker exec -it 43b76717bc9e bash
root@5a568ec9-nfs-ganesha:/# ls -la
total 96
drwxr-xr-x 1 root root 4096 Mar 3 22:06 .
drwxr-xr-x 1 root root 4096 Mar 3 22:06 ..
-rwxr-xr-x 1 root root 0 Mar 3 22:06 .dockerenv
drwxr-xr-x 2 root root 4096 Mar 13 2025 addons
drwxr-xr-x 2 root root 4096 Mar 3 04:58 backup
lrwxrwxrwx 1 root root 7 Feb 23 02:00 bin -> usr/bin
drwxr-xr-x 2 root root 4096 Jan 2 14:40 boot
drwxr-xr-x 14 root root 4096 Mar 3 22:06 config
drwxr-xr-x 2 root root 4096 Mar 3 22:06 data
drwxr-xr-x 17 root root 3360 Mar 3 22:05 dev
drwxr-xr-x 1 root root 4096 Mar 3 22:06 etc
drwxr-xr-x 2 root root 4096 Jan 2 14:40 home
lrwxrwxrwx 1 root root 7 Feb 23 02:00 lib -> usr/lib
lrwxrwxrwx 1 root root 9 Feb 23 02:00 lib64 -> usr/lib64
drwxr-xr-x 2 root root 4096 Mar 13 2025 media
drwxr-xr-x 2 root root 4096 Feb 23 02:00 mnt
drwxr-xr-x 2 root root 4096 Feb 23 02:00 opt
dr-xr-xr-x 357 root root 0 Mar 3 22:06 proc
drwx------ 1 root root 4096 Mar 3 22:15 root
drwxr-xr-x 1 root root 4096 Mar 3 22:06 run
-rwxr-xr-x 1 root root 2580 Mar 3 21:32 run.sh
lrwxrwxrwx 1 root root 8 Feb 23 02:00 sbin -> usr/sbin
drwxr-xr-x 2 root root 4096 Mar 13 2025 share
drwxr-xr-x 2 root root 4096 Feb 23 02:00 srv
drwxr-xr-x 2 root root 4096 Mar 13 2025 ssl
dr-xr-xr-x 12 root root 0 Mar 3 22:05 sys
drwxrwxrwt 1 root root 4096 Mar 3 22:06 tmp
drwxr-xr-x 1 root root 4096 Feb 23 02:00 usr
drwxr-xr-x 1 root root 4096 Feb 23 02:00 var
# docker inspect 43b76717bc9e
[
{
"Id": "43b76717bc9e3373c0f6e1265d9fcbdb9e9defe2e64adda1407209d29d7b7ee9",
"Created": "2026-03-03T20:06:07.334923897Z",
"Path": "/run.sh",
"Args": [],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 2023,
"ExitCode": 0,
"Error": "",
"StartedAt": "2026-03-03T20:06:07.377268856Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:505c8095e78ea93735999a9ccbba61496c49a861444d7514996acac7c9103a13",
"ResolvConfPath": "/mnt/data/docker/containers/43b76717bc9e3373c0f6e1265d9fcbdb9e9defe2e64adda1407209d29d7b7ee9/resolv.conf",
"HostnamePath": "/mnt/data/docker/containers/43b76717bc9e3373c0f6e1265d9fcbdb9e9defe2e64adda1407209d29d7b7ee9/hostname",
"HostsPath": "/mnt/data/docker/containers/43b76717bc9e3373c0f6e1265d9fcbdb9e9defe2e64adda1407209d29d7b7ee9/hosts",
"LogPath": "",
"Name": "/addon_5a568ec9_nfs_ganesha",
"RestartCount": 0,
"Driver": "overlayfs",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": null,
"ContainerIDFile": "",
"LogConfig": {
"Type": "journald",
"Config": {
"tag": "{{.Name}}"
}
},
"NetworkMode": "host",
"PortBindings": {},
"RestartPolicy": {
"Name": "no",
"MaximumRetryCount": 0
},
"AutoRemove": false,
"VolumeDriver": "",
"VolumesFrom": null,
"ConsoleSize": [
0,
0
],
"CapAdd": [
"DAC_READ_SEARCH",
"SYS_ADMIN"
],
"CapDrop": null,
"CgroupnsMode": "private",
"Dns": [
"172.30.32.3"
],
"DnsOptions": [
"timeout:10"
],
"DnsSearch": [
"local.hass.io"
],
"ExtraHosts": [
"supervisor:172.30.32.2",
"hassio:172.30.32.2"
],
"GroupAdd": null,
"IpcMode": "private",
"Cgroup": "",
"Links": null,
"OomScoreAdj": 200,
"PidMode": "",
"Privileged": false,
"PublishAllPorts": false,
"ReadonlyRootfs": false,
"SecurityOpt": [
"seccomp=unconfined",
"apparmor=unconfined"
],
"Tmpfs": {
"/dev/shm": ""
},
"UTSMode": "",
"UsernsMode": "",
"ShmSize": 67108864,
"Runtime": "runc",
"Isolation": "",
"CpuShares": 0,
"Memory": 0,
"NanoCpus": 0,
"CgroupParent": "",
"BlkioWeight": 0,
"BlkioWeightDevice": null,
"BlkioDeviceReadBps": null,
"BlkioDeviceWriteBps": null,
"BlkioDeviceReadIOps": null,
"BlkioDeviceWriteIOps": null,
"CpuPeriod": 0,
"CpuQuota": 0,
"CpuRealtimePeriod": 0,
"CpuRealtimeRuntime": 0,
"CpusetCpus": "",
"CpusetMems": "",
"Devices": null,
"DeviceCgroupRules": null,
"DeviceRequests": null,
"MemoryReservation": 0,
"MemorySwap": 0,
"MemorySwappiness": null,
"OomKillDisable": null,
"PidsLimit": null,
"Ulimits": null,
"CpuCount": 0,
"CpuPercent": 0,
"IOMaximumIOps": 0,
"IOMaximumBandwidth": 0,
"Mounts": [
{
"Type": "bind",
"Source": "/dev",
"Target": "/dev",
"ReadOnly": true,
"BindOptions": {
"ReadOnlyNonRecursive": true
}
},
{
"Type": "bind",
"Source": "/mnt/data/supervisor/addons/data/5a568ec9_nfs_ganesha",
"Target": "/data"
},
{
"Type": "bind",
"Source": "/mnt/data/supervisor/homeassistant",
"Target": "/config"
},
{
"Type": "bind",
"Source": "/mnt/data/supervisor/ssl",
"Target": "/ssl"
},
{
"Type": "bind",
"Source": "/mnt/data/supervisor/addons/local",
"Target": "/addons"
},
{
"Type": "bind",
"Source": "/mnt/data/supervisor/backup",
"Target": "/backup"
},
{
"Type": "bind",
"Source": "/mnt/data/supervisor/share",
"Target": "/share",
"BindOptions": {
"Propagation": "rslave"
}
},
{
"Type": "bind",
"Source": "/mnt/data/supervisor/media",
"Target": "/media",
"BindOptions": {
"Propagation": "rslave"
}
},
{
"Type": "bind",
"Source": "/mnt/data/supervisor/cid_files/addon_5a568ec9_nfs_ganesha.cid",
"Target": "/run/cid",
"ReadOnly": true
}
],
"MaskedPaths": [
"/proc/acpi",
"/proc/asound",
"/proc/interrupts",
"/proc/kcore",
"/proc/keys",
"/proc/latency_stats",
"/proc/sched_debug",
"/proc/scsi",
"/proc/timer_list",
"/proc/timer_stats",
"/sys/devices/virtual/powercap",
"/sys/firmware",
"/sys/devices/system/cpu/cpu0/thermal_throttle",
"/sys/devices/system/cpu/cpu1/thermal_throttle",
"/sys/devices/system/cpu/cpu2/thermal_throttle",
"/sys/devices/system/cpu/cpu3/thermal_throttle"
],
"ReadonlyPaths": [
"/proc/bus",
"/proc/fs",
"/proc/irq",
"/proc/sys",
"/proc/sysrq-trigger"
],
"Init": false
},
"Storage": {
"RootFS": {
"Snapshot": {
"Name": "overlayfs"
}
}
},
"Mounts": [
{
"Type": "bind",
"Source": "/mnt/data/supervisor/addons/data/5a568ec9_nfs_ganesha",
"Destination": "/data",
"Mode": "",
"RW": true,
"Propagation": "rprivate"
},
{
"Type": "bind",
"Source": "/mnt/data/supervisor/homeassistant",
"Destination": "/config",
"Mode": "",
"RW": true,
"Propagation": "rprivate"
},
{
"Type": "bind",
"Source": "/mnt/data/supervisor/ssl",
"Destination": "/ssl",
"Mode": "",
"RW": true,
"Propagation": "rprivate"
},
{
"Type": "bind",
"Source": "/mnt/data/supervisor/addons/local",
"Destination": "/addons",
"Mode": "",
"RW": true,
"Propagation": "rprivate"
},
{
"Type": "bind",
"Source": "/mnt/data/supervisor/backup",
"Destination": "/backup",
"Mode": "",
"RW": true,
"Propagation": "rprivate"
},
{
"Type": "bind",
"Source": "/mnt/data/supervisor/media",
"Destination": "/media",
"Mode": "",
"RW": true,
"Propagation": "rslave"
},
{
"Type": "bind",
"Source": "/mnt/data/supervisor/cid_files/addon_5a568ec9_nfs_ganesha.cid",
"Destination": "/run/cid",
"Mode": "",
"RW": false,
"Propagation": "rprivate"
},
{
"Type": "bind",
"Source": "/dev",
"Destination": "/dev",
"Mode": "",
"RW": false,
"Propagation": "rprivate"
},
{
"Type": "bind",
"Source": "/mnt/data/supervisor/share",
"Destination": "/share",
"Mode": "",
"RW": true,
"Propagation": "rslave"
}
],
"Config": {
"Hostname": "5a568ec9-nfs-ganesha",
"Domainname": "local.hass.io",
"User": "",
"AttachStdin": false,
"AttachStdout": false,
"AttachStderr": false,
"Tty": false,
"OpenStdin": false,
"StdinOnce": false,
"Env": [
"TZ=Europe/Bucharest",
"SUPERVISOR_TOKEN=51c8d67af3985e9905627a2886f1c74a6dd4945b1c2f9520007d26b433b3d0e74d19018edccd61baff5e25b9e33fa3f674e33d49e8c7",
"HASSIO_TOKEN=51c8d67a3f398e9905627a2886f1c74a6dd4945b1c2f952007bd16fb433b3d0e74d1908edccd6baff5e25b9e33fa3f674e33d49e8c7",
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
],
"Cmd": [
"/run.sh"
],
"Image": "5a568ec9/amd64-addon-nfs_ganesha:1.0.0",
"Volumes": null,
"WorkingDir": "",
"Entrypoint": null,
"Labels": {
"io.hass.arch": "amd64",
"io.hass.description": "Expose Home Assistant folders via NFS using nfs-ganesha",
"io.hass.name": "NFS Server (Ganesha)",
"io.hass.type": "addon",
"io.hass.url": "https://github.com/sam-ward/nfs-ganesha-addon",
"io.hass.version": "1.0.0",
"supervisor_managed": ""
}
},
"NetworkSettings": {
"SandboxID": "8f91797bcec2addd20f6cb5967cda26d745836ca726aa87eee91b2051fb5ec55",
"SandboxKey": "/var/run/docker/netns/default",
"Ports": {},
"Networks": {
"host": {
"IPAMConfig": null,
"Links": null,
"Aliases": null,
"DriverOpts": null,
"GwPriority": 0,
"NetworkID": "2e17e737496ce36e4690b42522d22ac79671f9291a41480c6c4cf9ccdf580dc8",
"EndpointID": "4f612fc773f35a1daa28d791666693bc2f9bae8bb860f6b3b44f129ede12fe7a",
"Gateway": "",
"IPAddress": "",
"MacAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DNSNames": null
}
}
},
"ImageManifestDescriptor": {
"mediaType": "application/vnd.oci.image.manifest.v1+json",
"digest": "sha256:0b204ad7444fcdc7c7fefbfe57ab1347ebc6d31167efc3372c2b4c2c854240e9",
"size": 1239,
"platform": {
"architecture": "amd64",
"os": "linux"
}
}
}
]