pages*: add /dev
to the placeholder (#12923)
This commit is contained in:
@@ -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}}`
|
||||
|
Reference in New Issue
Block a user