Files
cheatsheet-tldr/tldr/nvme

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