About ADATA LEGEND 860 PCie Gen4 x4 M.2 2280 SSD

DIRC


Problems occure when i am installing for awhile. Like compiling for 5-10min and happen Input / Ouput Error.. And you can restart the computer. :x
Got two photos until now and some dmesg infos.


end of dmesg when problem happened:
[ 1135.723940] nvme nvme0: I/O tag 128 (d080) opcode 0x2 (I/O Cmd) QID 5 timeout, aborting req_op:READ(0) size:16384
[ 1138.710605] nvme nvme0: I/O tag 32 (8020) opcode 0x1 (I/O Cmd) QID 3 timeout, aborting req_op:WRITE(1) size:4096
[ 1150.657277] nvme nvme0: I/O tag 192 (10c0) opcode 0x2 (I/O Cmd) QID 15 timeout, aborting req_op:READ(0) size:16384
[ 1158.550597] nvme nvme0: I/O tag 250 (00fa) opcode 0x1 (I/O Cmd) QID 9 timeout, aborting req_op:WRITE(1) size:12288
[ 1165.804059] nvme nvme0: I/O tag 128 (d080) opcode 0x2 (I/O Cmd) QID 5 timeout, reset controller

have tested kernel parameters without luck:
nvme_core.default_ps_max_latency_us=0 pcie_aspm=off pcie_port_pm=off

this suggest ai, best option is use WARANTY and replace disk !!!
The error message "nvme nvme0: I/O tag 128 (d080) opcode 0x2 (I/O Cmd) QID 5 timeout, aborting req_op" indicates that the NVMe controller failed to receive a response from the storage device within the expected time frame for a read operation on queue ID 5.
 This type of timeout is commonly associated with issues related to the NVMe drive itself, the system's power delivery, or the PCIe connection. In some cases, the problem can be mitigated by adjusting kernel parameters, such as setting nvme_core.io_timeout=255, nvme_core.max_retries=10, or disabling power management features like pcie_aspm=off.
 Additionally, unstable power supply conditions, particularly under high I/O load, have been reported to cause similar NVMe I/O timeouts, suggesting that insufficient or unstable power delivery could be a contributing factor