Search notes:

/dev/nvme…

Devices connected through NVM Express (NVMe) appear as /dev/nvme… files.
Such devices have three levels of names:
/dev/nvme0 A character device
/dev/nvme0n1 The first «namespace»
/dev/nvme0n1p1 The first partition
/dev/nvme0n1p2 The second partition

See also

NVMe (Non-Volatile Memory Express) is a specification for accessing solid-state drives (SSDs) that are connected through the PCI Express (PCIe) bus
The nvme command.

Index