mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
wipefs: add --all example with glob pattern (#8453)
This commit is contained in:
parent
aa372e0a32
commit
69c7cfe02c
1 changed files with 5 additions and 1 deletions
|
@ -7,10 +7,14 @@
|
||||||
|
|
||||||
`sudo wipefs {{/dev/sdX}}`
|
`sudo wipefs {{/dev/sdX}}`
|
||||||
|
|
||||||
- Wipe all available signatures for specified device:
|
- Wipe all available signature types for a specific device with no recursion into partitions:
|
||||||
|
|
||||||
`sudo wipefs --all {{/dev/sdX}}`
|
`sudo wipefs --all {{/dev/sdX}}`
|
||||||
|
|
||||||
|
- Wipe all available signature types for the device and partitions using a glob pattern:
|
||||||
|
|
||||||
|
`sudo wipefs --all {{/dev/sdX}}*`
|
||||||
|
|
||||||
- Perform dry run:
|
- Perform dry run:
|
||||||
|
|
||||||
`sudo wipefs --all --no-act {{/dev/sdX}}`
|
`sudo wipefs --all --no-act {{/dev/sdX}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue