Wipe disk: Difference between revisions

From DWIKI
Tony (talk | contribs)
Created page with "=Links= *https://linuxhint.com/completely_wipe_hard_drive_ubuntu/ *wipe *srm *shred *scrub"
 
Tony (talk | contribs)
Tag: wikieditor
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
*https://linuxhint.com/completely_wipe_hard_drive_ubuntu/
*https://linuxhint.com/completely_wipe_hard_drive_ubuntu/


*wipe  
=Commands=
dd status=progress if=/dev/urandom of=/dev/sdd bs=1M
=Tools=
==wipe==
==blkdiscard==
 
*srm  
*srm  
*shred  
*shred  
*scrub
*scrub

Latest revision as of 08:34, 23 January 2026

Links

Commands

dd status=progress if=/dev/urandom of=/dev/sdd bs=1M

Tools

wipe

blkdiscard

  • srm
  • shred
  • scrub