mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-13 07:59:15 +00:00
Update cheatsheets
This commit is contained in:
@@ -14,16 +14,16 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Wipe all available signature types for a specific device with no recursion into partitions:
|
||||
|
||||
`sudo wipefs --all {{/dev/sdX}}`
|
||||
`sudo wipefs {{[-a|--all]}} {{/dev/sdX}}`
|
||||
|
||||
- Wipe all available signature types for the device and partitions using a glob pattern:
|
||||
|
||||
`sudo wipefs --all {{/dev/sdX}}*`
|
||||
`sudo wipefs {{[-a|--all]}} {{/dev/sdX}}*`
|
||||
|
||||
- Perform dry run:
|
||||
|
||||
`sudo wipefs --all --no-act {{/dev/sdX}}`
|
||||
`sudo wipefs {{[-a|--all]}} {{[-n|--no-act]}} {{/dev/sdX}}`
|
||||
|
||||
- Force wipe, even if the filesystem is mounted:
|
||||
|
||||
`sudo wipefs --all --force {{/dev/sdX}}`
|
||||
`sudo wipefs {{[-a|--all]}} {{[-f|--force]}} {{/dev/sdX}}`
|
||||
|
||||
Reference in New Issue
Block a user