blkdiscard
Discards device sectors on storage devices. Useful for SSDs.
- Discard all sectors on a device, removing all data:
blkdiscard /dev/{device}
- Securely discard all blocks on a device, removing all data:
blkdiscard --secure /dev/{device}
- Discard the first 100 MB of a device:
blkdiscard --length {100MB} /dev/{device}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).