Resource icon

NVMe SSD namespaces support table

NVMe namespaces are an NVMe feature somewhat similar to a ZFS dataset, but at the SSD level. This is occasionally useful, so here's a list based on stuff I have on hand and a thread over at STH:


ModelSupported namespaces
HGST SN260128
Intel Optane 900P1
Intel P45011
Intel P4610128
Intel P5500 (Dell firmware)128
Kingston DC1500M64
Micron 92001
Micron 930032
Samsung 970 EVO Plus1
Samsung PM9A332
SK hynix PC601 HFS512GD9TNG-L2A0A1
WB Blue SN5701
WD WDS500G2X0C (SN700)1

To check this for yourself, the disk can be queried.

On FreeBSD, run:
Code:
nvmecontrol identify nvme0 | grep "Number of Namespaces"


On Linux, ensure the nvme-cli package is installed and run:
Code:
nvme id-ctrl /dev/nvme0 -H | grep nn
Author
Ericloewe
Views
3,712
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Ericloewe

Top