NVME
Check drive health using nvme-cli
sudo nvme smart-log /dev/nvme0
Disable APST:
Add the following kernel parameter:
nvme_core.default_ps_max_latency_us=0
This might help when you observe errors like below in dmesg:
nvme nvme0: controller is down; will reset: CSTS=0xffffffff, PCI_STATUS=0x10
...
nvme nvme0: failed to set APST feature (-19)