mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 23:26:02 +02:00
nvme: add page (#10010)
This commit is contained in:
parent
df3a840633
commit
c06fee4dd0
1 changed files with 12 additions and 0 deletions
12
pages/common/nvme.md
Normal file
12
pages/common/nvme.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue