logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

blkdiscard - Securely Discard Device Blocks | Online Free DevTools by Hexmos

Securely discard device blocks with blkdiscard. Manage storage space and enhance SSD performance by removing data. Free online tool, no registration required.

blkdiscard

Discards device sectors on storage devices. Useful for SSDs. More information: https://manned.org/blkdiscard.

  • Discard all sectors on a device, removing all data:

blkdiscard {{/dev/device}}

  • Securely discard all blocks on a device, removing all data:

blkdiscard {{[-s|--secure]}} {{/dev/device}}

  • Discard the first 100 MB of a device:

blkdiscard {{[-l|--length]}} {{100MB}} {{/dev/device}}

See Also