nvme command is unusable with error: bash: nvme: command not found

nvme command is unusable with error: bash: nvme: command not found

驱动程序已加载,但我无法使用命令:

lsmod | grep nvme
nvme                   32375  0 
nvme_core              58654  1 nvme

错误:

bash: nvme: command not found...

您需要安装它。在 RHEL/Fedora 系统上:

sudo dnf install nvme-cli

其他人可以告诉您如何为 Ubuntu 做这件事。 (抱歉,我是 Red Hat 人。)

在 Debian/Ubuntu 上:

sudo apt install nvme-cli