You can query the full brand, model, and serial number of all NVMe disks located on the server using the command below.
First, we install the necessary package to perform operations regarding NVMe disks.
apt install nvme-cli
(The code above is for Ubuntu, Debian derivatives. For Centos etc., it can be installed with the yum install nvme-cli command.)
Afterwards
nvme list
all details can be learned by running the command.