I am starting to get swathes of errors in the console, after having some issues where HA will occasionally hang and not be accessible via the web interface. After being rock solid for a year or two.
It is running on an Intel NUC, just as the full HA operating system.
I thought at first it was an issue with the onboard e1000e ethernet NIC, as some others have had issues with it on other Linux sites, but I suspect I have some corruption in the install on an update somewhere along the line, and this might be a red herring. Likely the Bluetooth issues too, but I’m no expert. The ext4-fs errors worry me.
It’s installed on the NVME drive, so unlikely it’s actually failing?
Thanks - would I likely need to do anything such as disable the internal NIC in BIOS you think, or just chuck in the adapter and swap cables?
Will track one down to try and report back.
So sda8 is failing. I am not running a supported system so my questions here might be irrelevant. First, is /dev/sda8 a system drive or a drive for HA? If you can access your /etc/fstab file, you may be able to disable this drive from mounting, but could be detrimental without not knowing your setup. You might be able to also use the command #lsof which will show what files have been launched and are presently opened on that device. Kill them, then un-mount the drive. Should work unless it’s your boot device (which would be unusual).
I wish I understood half of what you are saying, haha!
It’s just a NUC7i3BNK with the one SSD drive, with Home Assistant OS installed directly, so no other drives or special partitions.