Update cheatsheets

This commit is contained in:
ivuorinen
2024-06-12 00:14:27 +00:00
parent 77fd881bac
commit 5cc33140be
14 changed files with 32 additions and 32 deletions

View File

@@ -10,12 +10,12 @@ source: https://github.com/tldr-pages/tldr.git
- Discard all sectors on a device, removing all data:
`blkdiscard /dev/{{device}}`
`blkdiscard {{/dev/device}}`
- Securely discard all blocks on a device, removing all data:
`blkdiscard --secure /dev/{{device}}`
`blkdiscard --secure {{/dev/device}}`
- Discard the first 100 MB of a device:
`blkdiscard --length {{100MB}} /dev/{{device}}`
`blkdiscard --length {{100MB}} {{/dev/device}}`