Recently migrated from Homeassistant Supervised to Homeassistant OS. Running on raspberrypi 4b.
I have connected an external USB for backup. But after every restart of raspberrypi. I get the above warning. Even if I dont repair it the backup is successful.
Any fix to remove this warning? What am I doing wrong here?
Iâm having a similar issue I think, I share a Windows folder with Home Assistant Green and get the same error. âReloadâ doesnât work (I get âCould not apply the fix. Check the Supervisor logs for more details.â) and the notification wonât disappear until I restart Home Assistant.
In the supervisor logs I find this at the time of the reboot:
2025-07-20 11:22:10.266 INFO (MainThread) [supervisor.mounts.manager] Creating or updating mount: DASWINDOOS2
2025-07-20 11:22:12.542 ERROR (MainThread) [supervisor.mounts.mount] Mounting DASWINDOOS2 did not succeed. Check host logs for errors from mount or systemd unit mnt-data-supervisor-mounts-DASWINDOOS2.mount for details.
2025-07-20 11:22:28.745 INFO (MainThread) [supervisor.mounts.manager] Creating or updating mount: DASWINDOOS2
2025-07-20 11:22:28.988 INFO (MainThread) [supervisor.backups.manager] Found 12 backup files
So I assume that at 11:22:10-12 it fails to connect because the machine is rebooting and at 11:22:28 it automaticaly re-connects. But the notification remains and I canât get rid of it.
I donât know if everyone will agree to have the warning clear automatically - especially people who have their network storage connected 24/7, I think they want to know about (even short) outages.
Being able to manually clear the error (having a clear button or including in the reload button) would be a better option imo.
I searched for this issue on GitHub but then I saw version 2025.7.3 is right around the corner so I was meaning to test that before opening a new issue.
I connected a shared folder from my windows pc as a storage in HA, so it performs an automatic backup once a month on the external pc (by waking it up via WOL before the backup). Itâs working fine, but the rest of the time I use the windows pc as a normal pc, resulting in a lot of warnings from HA whenever it goes offline.
No matter if I click âreloadâ or âremoveâ, I cannot get rid of them, just by restarting the whole HA.
Itâs not a big problem, just really annoying to always see so much warnings in my settings (and always need to check if somewhere between them might be a ârealâ warning, I should react to)
If it would be possible to somehow clear them (even if I have to do it manually), it would be great!
Have you already opened an issue on gitHub, where I can contribute to?
Iâve also had occasional issue with storage repair not clearing via either Reload or Remove, e.g., after extended power outage affecting NAS but not HA (in other building).
Iâve found that I can clear it without restart, by re-entering credentials:
Settings â System â Storage â Network Storage â [share name] â then enter Username and Password, and click Update.
Blockquote
Iâve found that I can clear it without restart, by re-entering credentials:
Settings â System â Storage â Network Storage â [share name] â then enter Username and Password, and click Update.
Does not work for me. Restarting HA solved this issue temporary, until the NAS will shut down for a while.
I tested this idea manually by restarting the supervisor from the CLI. It did indeed clear the notification!
Before actually using the automation, Iâd love to understand how the supervisor_restart command actually worksâŚ? why use curl? whatâs this $SUPERVISOR_TOKEN ? what is behind http://supervisor/supervisor/restart ?