Notes on the Intel P3600 NVMe disk

== Firmware update ==

{{{#!highlight sh
DEVICE=/dev/nvme0
sudo apt-get install nvme-cli
sudo nvme list
sudo nvme fw-download ${DEVICE}n1 --fw=8DV1RA11.bin
sudo nvme fw-activate ${DEVICE}n1 --action=1
sudo nvme reset ${DEVICE}
sudo nvme list
sudo nvme fw-download ${DEVICE}n1 --fw=8DV1RA13.bin
sudo nvme fw-activate ${DEVICE}n1 --action=1
sudo nvme reset $DEVICE
}}}

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