• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Secure Erase outside Windows

Found a program called HDDErase 4.0.

Is this the same as using the secure erase option in OCZ Toolbox?

My understanding is that it doesn't zero fill the drive like Seagate Seatools and Western Digital Data Lifeguard Diagnostics do.

And it can be used in HDD and SDD...
 
Both of those tools will do the same exact thing as they simply communicate with the drives firmware to leverage the SE protocol which is built into them.

You can also use the Linux based tool(over at OCZ's forum) from a USB stick to do the same thing as well. However you get the command passed to the drive will be fine and it only takes a few seconds to completely erase and reset the drive.

Might want to be sure you update to the latest firmware while you're at it too.
 
I never heard of parted magic before, their website says they deliver a disk that contains both "Gparted" and "Parted". Sounds like some sort of fork of GParted to me

Parted Magic and GParted are both Linux based, but you can use standard Linux and hdparm commands as well.

Just to make it clear, you don't NEED to.
they boot off of a disk into a linux distro that was modified to be stripped down, auto login, and auto load the partitioning tools.

And those tools do everything you need via a GUI which you navigate with mouse and keyboard and is rather clear what is happening.

Linux is just a delivery vehicle for the program... a self booting partitioning tool
 
I can't get HDDErase 4.0 to see my drives.
And PC Bootable Tools 4.3 from OCZ gives me a black screen after the blue green characters...
 
I never heard of parted magic before, their website says they deliver a disk that contains both "Gparted" and "Parted". Sounds like some sort of fork of GParted to me

As a "Linux outsider" -- i.e. knowing only generalities about the Linux universe -- I found Parted Magic quite easy to use to secure erase an SSD. You don't even use Gparted, which is included as an app with an icon on the Parted Magic desktop. You click a utility from the Parted Magic "start button" to erase a drive. When booting from a straight Gparted "distro," I don't see how to secure erase. It's very easy from Parted Magic, even when the drive is "locked."

Because I could boot from a CD/USB flash drive, I didn't have to uninstall the SSD to put it as a non-system drive in another system to be able to use the Intel/Samsung (depending on the SSD) utility to secure erase. You can't use the Windows utilities on the drive when it's the system drive.
 
As a "Linux outsider" -- i.e. knowing only generalities about the Linux universe -- I found Parted Magic quite easy to use to secure erase an SSD. You don't even use Gparted, which is included as an app with an icon on the Parted Magic desktop. You click a utility from the Parted Magic "start button" to erase a drive. When booting from a straight Gparted "distro," I don't see how to secure erase. It's very easy from Parted Magic, even when the drive is "locked."

Because I could boot from a CD/USB flash drive, I didn't have to uninstall the SSD to put it as a non-system drive in another system to be able to use the Intel/Samsung (depending on the SSD) utility to secure erase. You can't use the Windows utilities on the drive when it's the system drive.

+1

Parted Magic is very easy to use. I've successfully secured erased SSDs a dozen times with it and I'm a complete Linux ignoramus.
 
I eventually used Parted Magic.
When it asked me to do an Enhanced Secure Erase i said NO.
It didn't take even a second to complete. Is this OK?
My motherboard is an ASUS A8N-SLI Premium (nForce 4 SLI AMD Edition)
 
yes.. it's very quick

.. and the way to be sure that it's done properly is to check and see if the drive is left in a raw state which needs to be initialized.

If not?.. then you didn't fully power cycle the drive correctly.
 
yes.. it's very quick

.. and the way to be sure that it's done properly is to check and see if the drive is left in a raw state which needs to be initialized.

If not?.. then you didn't fully power cycle the drive correctly.

What does this mean?
After it finished, i shut down the pc.
Then turned it on, booted into Parted Magic again and there were no partitions anymore.
What else has to be done?
How can i check if it is in a raw state?
 
in case you wanted to try with command line instead of nice gui apps, i've always found this guide to be superb:

https://ata.wiki.kernel.org/index.php/ATA_Secure_Erase

In short:

1. Boot into Linux and open Terminal

2. Use these commands, where "test" is whatever password you choose and X is the letter of your drive (use Disk Utility to check it):

Code:
sudo hdparm --user-master u --security-set-pass test /dev/sdX

Code:
sudo hdparm --user-master u --security-erase test /dev/sdX
 
If parted magic told you it secure erased the drive successfully, you should be fine. When you go to reinstall Windows, all the space should be unallocated.
 
If the ATA device is locked/frozen, hotplugging it works well. I've rarely had to do this, though some motherboards (or more accurately BIOSes) can be stubborn.

sudo hdparm --user-master poopie --security-set-pass pants /dev/sda
sudo hdparm --user-master poopie --security-erase pants /dev/sda
 
I installed Windows and everything is better than OK.
I run CrystallDiskMark and AS SSD and got better write scores.
I don't know if it is trim related or that windows installation takes 10gb from 20gb previously.
I guess time will tell.
 
Back
Top