you are viewing a single comment's thread
view the rest of the comments
[โ€“] 1 point 2 years ago*

sudo dd if=/dev/urandom of=/dev/sdX

sudo cp /dev/urandom /dev/nvme0n1 or

# cat /dev/urandom > /dev/nvme0n1

Way faster.

But honestly, find ~/ -type f -delete is almost as bad.

  • source
  • parent