Options (3)
-a, --allbooleanWipe all available signature types for a specific device with no recursion into partitions
Example:
sudo wipefs {{[-a|--all]}} {{/dev/sdX}}-n, --no-actbooleanPerform dry run
Example:
sudo wipefs {{[-a|--all]}} {{[-n|--no-act]}} {{/dev/sdX}}-f, --forcebooleanForce wipe, even if the filesystem is mounted
Example:
sudo wipefs {{[-a|--all]}} {{[-f|--force]}} {{/dev/sdX}}Examples (5)
Wipe all available signature types for a specific device with no recursion into partitions
Wipe all available signature types for the device and partitions using a glob pattern
made by @shridhargupta | data from tldr-pages