Notes on the Intel P3600 NVMe disk

Firmware update

   1 DEVICE=/dev/nvme0
   2 sudo apt-get install nvme-cli
   3 sudo nvme list
   4 sudo nvme fw-download ${DEVICE}n1 --fw=8DV1RA11.bin
   5 sudo nvme fw-activate ${DEVICE}n1 --action=1
   6 sudo nvme reset ${DEVICE}
   7 sudo nvme list
   8 sudo nvme fw-download ${DEVICE}n1 --fw=8DV1RA13.bin
   9 sudo nvme fw-activate ${DEVICE}n1 --action=1
  10 sudo nvme reset $DEVICE

From: https://forums.servethehome.com/index.php?threads/1-6tb-intel-dc-p3605-p3600-800.9973/page-2#post-121358

SamatsWiki: IntelP3600 (last edited 2017-03-03 18:29:31 by SamatJain)