Network storage fail

Hello, I mapped trought HA network storage a share on my NAS for camera record.
Samba share 2+1 as Media.
Everything works fine up to NAS reboot when HA losts the connection and a I can see a new local folder with the same share name and starts saving the camera record there.
In HA Settings I see a message that an error that is not possible map the NAS. (If I click on reload it fail, other option is delete)
In this case I have to delete the local folder and do update the network storage.
Any suggests?

Hi,

Is the connection defined via a DNS name, or IPv4 (or IPv6)?

I’ve seen issues with HA backup to SMB that went away when the mount was redefined with IPv4 - e.g it seems to be DNS… :slight_smile:

If this helps, :heart: this post!

Hello I use IPv4 address. No DNS

1 Like

Hello, seems that HA create a local folder when the network share (configured throught GUI System - Storage) is not reachable.
The problem is when the network map become again available, HA is not able to remove the local folder hence, I’ve got that error.
The solution is manually remove local folder and re-mount.
To avoid this, I mount/umount using shell_command (in configuration.yaml) called by automation.
Also avoid to record camera in case mount is not available.
A bit complex but hope works as work around.
Hope developers fix this behaviour