mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-18 18:01:15 +00:00
Update cheatsheets
This commit is contained in:
17
nvme
Normal file
17
nvme
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
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}}`
|
||||
Reference in New Issue
Block a user