nvme: add page (#10010)

pull/23/head
Emanuele Rocca 2023-04-06 06:01:33 +02:00 committed by GitHub
parent df3a840633
commit c06fee4dd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

12
pages/common/nvme.md Normal file
View File

@ -0,0 +1,12 @@
# nvme
> 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}}`