mirror of https://github.com/CrimsonTome/tldr.git
13 lines
211 B
Markdown
13 lines
211 B
Markdown
|
# 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}}`
|