mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
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}}`
|