> Every > NVMe SSD I've developered couldn't efficiently fill the PCIe tx-buffer > directly from media (excluding Optane; RIP), so a read with or without > FUA would stage the data in the very same controller-side DRAM. Exactly. It's an writeback+invalidate+reread operation. A great way to slow down the read, but it's not going to help you with data recovery.