1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/nvme.md

13 lines
211 B
Markdown
Raw Normal View History

2023-04-06 06:01:33 +02:00
# 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}}`