Hi all,
I was running HA through Docker on my Synology NAS. Decided to transfer over to Proxmox vm on a mini pc using backup/restore. Everything seemed to work perfectly fine but just realised that my network storage wasn’t there. When I try to add through NFS it I get the following error
Could not unmount media due to: Transaction for mnt-data-supervisor-mounts-media.mount/stop is destructive (mnt-data-supervisor-mounts-media.mount has ‘start’ job queued, but ‘stop’ is included in transaction).
“media” being the name I’m trying to give the storage. This was the name it had previously and trying another name or a different location on my NAS gives the same result.
The log shows the following
Logger: homeassistant.components.hassio
Source: components/hassio/websocket_api.py:141
integration: Home Assistant Supervisor (documentation, issues)
First occurred: 13:56:53 (8 occurrences)
Last logged: 19:37:18
Failed to to call /mounts - Could not unmount media due to: Transaction for mnt-data-supervisor-mounts-media.mount/stop is destructive (mnt-data-supervisor-mounts-media.mount has ‘start’ job queued, but ‘stop’ is included in transaction).
Also tried CIFS and got the same error
I’ve had a look at /etc/fstab but there’s no mention of the mounts I want to use there
Any help would be greatly appreciated.
Thanks in advance