mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-01 04:42:16 +00:00
18 lines
304 B
Plaintext
18 lines
304 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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}}`
|