User Tools

Site Tools


linux:notes:drive_wipe

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
linux:notes:drive_wipe [2025/10/21 03:46] Sean Rhonelinux:notes:drive_wipe [2025/12/19 13:23] (current) Sean Rhone
Line 82: Line 82:
  
 <code>sudo dd if='/dev/zero' of='/dev/nvme0n1' count='1024'</code> <code>sudo dd if='/dev/zero' of='/dev/nvme0n1' count='1024'</code>
 +
 +===== sda USB=====
 +
 +  lsblk
 +
 +  sudo umount '/dev/sda'* || sudo wipefs -a -f '/dev/sda' && sudo dd if='/dev/zero' of='/dev/sda' count='18096' && sync
  
 ===== sda/b/c ===== ===== sda/b/c =====
/var/www/wiki/data/pages/linux/notes/drive_wipe.txt · Last modified: by Sean Rhone

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki