Myatu
11-03-2014, 07:59
Slap a linux distro on it, boot it in rescue mode, then after finding the right partition with:
You overwrite it with random gibberish:
I would only recommend doing that on the partition (ie. /dev/sdaX) and not the disk itself (/dev/sda) so as not to mess up the MBR - Lord knows if OVH has some special tricks there. And also note that the above command does not ask for any confirmation whatsoever. Hit enter, and the data is done for.
Code:
fdisk -l
Code:
dd if=/dev/urandom of=/dev/sda1 bs=4096