Usually, I use shred:
shred -vfz -n 2 /dev/device-name
-v: verbose mode-f: forces the write permissions if missing-z: zeroes the disk in the final pass-n 2: 2 passes w/ random data
Love computer stuff and nice things!
Usually, I use shred:
shred -vfz -n 2 /dev/device-name
-v: verbose mode-f: forces the write permissions if missing-z: zeroes the disk in the final pass-n 2: 2 passes w/ random data
True true…