I want to wipe the HDD with either Secure Erase or KillDisk but I'm concerned the drive will lock if I do that. How can I prevent that from happening?
-
Code:time dd if=/dev/urandom of=/dev/[B]sdx[/B]
--------------------------------------------------------
SECURE ERASE
In short: break your RAID and fire up a linux live dist and secure erase each ssd where you will have /dev/sda and /dev/sdb on a dual-ssd setup and sda-sdd on a quad respectively.
You need basic linux knowledge.
Use following commands (short version) or follow the guide here (long version):
Code:hdparm -I /dev/[B]sdx[/B]
Code:hdparm --user-master u --security-set-pass password /dev/[B]sdx[/B]
Code:time hdparm --user-master u --security-erase password [B]/dev/sdx[/B]
Successfully tested on my 512GB Z11 with Samsung SSDs. Works like a charm. -
for me, i just break the raid setup and then run dban on every drive, but i never got a problem with the drive being locked up?
-
It's HDD not SSD. (Vaio Z from 2008)
-
lovelaptops MY FRIENDS CALL ME JEFF!
Sorry, I don't know the answer - though someone will.
On behalf of my extremely well intended and knowledgeable colleague, Pyro, I offer a resounding: "never mind."(I thought he meant Z1 too, lol.)
-
cant you unlock the HDD first before wiping?
Secure wipe 1st gen Z HDD without causing drive to lock?
Discussion in 'VAIO / Sony' started by led20719, Dec 8, 2011.