- Jun 24, 2005
- 123
- 0
- 76
What is this Linux based Tool?
Parted Magic and GParted is the same?
Parted Magic and GParted are both Linux based, but you can use standard Linux and hdparm commands as well.
What hardware are you running the tools on?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.
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.
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
sudo hdparm --user-master u --security-set-pass test /dev/sdX
sudo hdparm --user-master u --security-erase test /dev/sdX
