nvme
NVMe storage user space utility. More information: <https://github.com/linux-nvme/nvme-cli>.
Install
- All systems
-
curl cmd.cat/nvme.sh
- Debian
-
apt-get install nvme-cli
- Ubuntu
-
apt-get install nvme-cli
- Alpine
-
apk add nvme-cli
- Kali Linux
-
apt-get install nvme-cli
- CentOS
-
yum install nvme-cli
- Fedora
-
dnf install nvme-cli
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install nvme-cli
- Raspbian
-
apt-get install nvme-cli
- Dockerfile
- dockerfile.run/nvme
- Docker
-
docker run cmd.cat/nvme nvme
powered by Commando
NVMe storage user space utility. More information: <https://github.com/linux-nvme/nvme-cli>.
-
List all nvme devices:
sudo nvme list
-
Show device information:
sudo nvme smart-log device
© tl;dr; authors and contributors