If you have nvme use secure erase first.
Comment on The cops pay Anon a visit
lka1988@sh.itjust.works 1 month ago
Step 1: Back up important files
Step 2: boot from live Linux USB
Step 3: dd if=/dev/zero of=/dev/nvmeX && dd if=/dev/urandom of=/dev/nvmeX Repeat
hodgepodgin@lemmy.zip 1 month ago
Chiqa@midwest.social 1 month ago
This, but encrypt the backed up data with full disk encryption.
Omgpwnies@lemmy.world 1 month ago
Use a live Linux ISO that can run entirely in memory, and run step 3 in an infinite loop. Take the USB with you and leave the PC running.
agingelderly@lemmy.world 1 month ago
I’m dumb, what does this do?
faintwhenfree@lemmus.org 1 month ago
Write random data in the drive over and over again, with one or two pass there are some sophisticated techniques that can get some sliver of data out if the random. But with 3 4 passes and more it’s statistically unlikely they can recover anything.
WhyIHateTheInternet@lemmy.world 1 month ago
Runs step 3 in an infinite loop