pages*: add /dev to the placeholder (#12923)

This commit is contained in:
Sebastiaan Speck
2024-06-11 06:47:57 +02:00
committed by GitHub
parent 1adda9dd4e
commit 289691e746
12 changed files with 25 additions and 25 deletions

View File

@@ -5,12 +5,12 @@
- 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}}`