
blkdiscard
List of commands for blkdiscard:
-
blkdiscard:tldr:1ae1e blkdiscard: Securely discard all blocks on a device, removing all data.$ blkdiscard --secure /dev/${device}try on your machineexplain this command
-
blkdiscard:tldr:a2605 blkdiscard: Discard the first 100 MB of a device.$ blkdiscard --length ${100MB} /dev/${device}try on your machineexplain this command
-
blkdiscard:tldr:d54bb blkdiscard: Discard all sectors on a device, removing all data.$ blkdiscard /dev/${device}try on your machineexplain this command