Step 1: Back up important files
Step 2: boot from live Linux USB
Step 3: ddif=/dev/zero of=/dev/nvmeX && ddif=/dev/urandom of=/dev/nvmeX Repeat as many times as you wish
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.
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/nvmeXRepeat as many times as you wishIf you have nvme use secure erase first.
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.
I’m dumb, what does this do?
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.
Runs step 3 in an infinite loop