Cannot use drive connected with USB-A.
Hi. I a running Truenas Scale on a Terramaster F6-424 Max device. Everything is set up and running properly.
When I try to add a SSD, via a SSD enclosure, everything works well with the USB-C port of the device. When I try to add the same SSD (+enclosure) that works well on USB-C to the USB-A port, I cannot access the SSD. I have tried with multiple cables, SSD drives and enclosure, resulting the the same outcome with USB-A.
I get this error message:
[EFAULT] [Errno 5] Input/output error
Traceback (most recent call last):
File “/usr/lib/python3/dist-packages/middlewared/job.py”, line 488, in run
await self.future
File “/usr/lib/python3/dist-packages/middlewared/job.py”, line 533, in __run_body
rv = await self.method(*args)
^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/middlewared/schema/processor.py”, line 179, in nf
return await func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/middlewared/schema/processor.py”, line 49, in nf
res = await f(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/middlewared/plugins/boot.py”, line 160, in replace
await self.middleware.call(‘boot.format’, dev, format_opts)
File “/usr/lib/python3/dist-packages/middlewared/main.py”, line 1626, in call
return await self._call(
^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/middlewared/main.py”, line 1457, in call
return await methodobj(*prepared_call.args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/middlewared/schema/processor.py”, line 179, in nf
return await func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/middlewared/plugins/boot/format.py", line 24, in format
raise CallError(job.error)
middlewared.service_exception.CallError: [EFAULT] [Errno 5] Input/output error