#is there a way to do a certain command in console repeated x times?
6 messages · Page 1 of 1 (latest)
would
blkdiscard -fvsz /dev/sdx (in case of an SSD)
and shred -fuvz -n=5 /dev/sdx be sufficient for that task?
yes or just use Shred OS, a bootable tool
so, currently, i run blkdiscard -fvsz /dev/nvme0n1 andplan to run shred -fuvz /dev/nvme0n1 once it is finished
or the good old dd (disk destroyer!) if it's your only disk, try:
sudo dd of=/media/path/to/infected/disk if=/dev/random
i might do that tomorrow before installing mint on the disk