Files
cheatsheet-tldr/nvme
2024-02-21 11:19:49 +00:00

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}}`