I can’t mount my NFS. It used to work, I updated, now it won’t reconnect and I can’t add network storage.
I get Transaction for mnt-data-supervisor-mounts-backups.mount/stop is destructive (mnt-data-supervisor-mounts-backups.mount has ‘start’ job queued, but ‘stop’ is included in transaction).
Rebooting didn’t help.
Plug the USB into your Home Assistant machine and reboot the host machine, not just Home Assistant. Reboot through Settings > System > Power Button in top-left > Advanced Options. Or in the core terminal:
ha host reboot
Import the keys using the with core terminal: ha os import
Connect to the OS through SSH:
ssh root@<ha-ip> -p 22222
Reset the Supervisor mount units and jobs using OS SSH
List Supervisor-managed mount units and see if there are any failed units. systemctl list-units --type=mount | grep <name>