[Help] Endless errors when using TrueNAS on 425 series
Posted: 21 Feb 2026, 02:04
I have the F4-425 Plus and have installed TrueNAS. Everything is up and running "fine". However, /var/log/netdata/error.log is being written approximately every second with:
This is the ~250MB USB/SATA DOM on my system. I don't see any way to disable this drive in BIOS. Is there anything I can do to remove/hide it?Unexpected error reading partitions for device: '/dev/sdc'
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/middlewared/utils/disks_/disk_class.py", line 397, in partitions
return read_gpt(dev_fd or self.devpath, self.lbs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/middlewared/utils/disks_/disk_io.py", line 86, in read_gpt
dev_fd = os.open(devobj, os.O_RDONLY)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
PermissionError: [Errno 13] Permission denied: '/dev/sdc'