mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-17 15:00:44 +00:00
Update cheatsheets
This commit is contained in:
@@ -6,12 +6,16 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# nvme
|
||||
|
||||
> NVMe storage user space utility.
|
||||
> More information: <https://github.com/linux-nvme/nvme-cli>.
|
||||
> More information: <https://manned.org/nvme>.
|
||||
|
||||
- List all nvme devices:
|
||||
- List all NVMe devices:
|
||||
|
||||
`sudo nvme list`
|
||||
|
||||
- Show device information:
|
||||
|
||||
`sudo nvme smart-log {{device}}`
|
||||
|
||||
- Secure erase user data on NVMe device:
|
||||
|
||||
`sudo nvme format {{[-s|--ses]}} 1 {{[-r|--reset]}} {{device}}`
|
||||
|
||||
Reference in New Issue
Block a user