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
2023-04-06 09:31:33 +05:30

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