Shredos

From UVOO Tech Wiki
Revision as of 20:48, 12 March 2023 by Busk (talk | contribs) (Created page with "# Linux - https://github.com/PartialVolume/shredos.x86_64 ## Download and wipe WARNING!!! We are assuming /dev/sdb is your USB drive. ``` curl -LO https://github.com/Partia...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Linux

Download and wipe

WARNING!!! We are assuming /dev/sdb is your USB drive.

curl -LO https://github.com/PartialVolume/shredos.x86_64/releases/download/v2021.08.2_23_x86-64_0.34/shredos-2021.08.2_23_x86-64_0.34_20221231.img
sudo wipefs -a /dev/sdb
sudo dd if=shredos-2021.08.2_23_x86-64_0.34_20221231.img of=/dev/sdb conv=fsync bs=4M