Jump to content

how to securely erase SSD?

Ashleyyyy
Go to solution Solved by Mira Yurizaki,
1 minute ago, firelighter487 said:

which command specifically? there are a lot on that page.

I should've probably reviewed that page more clearly, since it's more applicable to HDDs than SSDs.

 

So the command I've found that seems to be mentioned is hdparm. You can read up how to use it to secure erase an SSD at https://wiki.archlinux.org/index.php/Solid_State_Drive/Memory_cell_clearing The problem is that it's a crapshoot which distro in its live form comes with it.

 

You can also try GParted as a "live CD" (https://gparted.org/livecd.php). Instructions on how to get this running and erase the SSD can be found at http://www.gskill.us/forum/forum/product-discussion/ssd/4538-use-gparted-to-secure-erase-ssd?t=5901 (it appears they use hdparm too)

my mother is selling a laptop and I need to erase all the stuff off of it. my idea was to just reinstall Windows. formatting the SSD in the process. is that enough to erase everything?

She/Her

Link to comment
Share on other sites

Link to post
Share on other sites

I like to overwrite it 4 times. one time with all 00's, one time all 01's, one time all 10's and one time all 11's. that way there is definitely no evidence left.

 

to answer the question itself, windows wont find the data anymore, but people that tear open the stuff can recover it

~i5-7600k @5GHz ~Be Quiet! Dark rock 3 ~MSI GTX 1070 Gaming X 8G ~Gigabyte GA-Z270-gaming K3 ~Corsair Vengeance Red led ~NZXT S340 Elite

Link to comment
Share on other sites

Link to post
Share on other sites

There’s an option in windows where you can reset everything and you can choose to delete everything or just do a fast format. Gonna have to find it somewhere yourself tho or look up a vid xD

 

(Atleast this is what I did on win 10)

poop

Link to comment
Share on other sites

Link to post
Share on other sites

1 minute ago, IdiotPenguin said:

There’s an option in windows where you can reset everything and you can choose to delete everything or just do a fast format. Gonna have to find it somewhere yourself tho or look up a vid xD

 

(Atleast this is what I did on win 10)

is that secure though? will that delete the wifi passwords and everything?

She/Her

Link to comment
Share on other sites

Link to post
Share on other sites

1 minute ago, firelighter487 said:

is that secure though? will that delete the wifi passwords and everything?

I remember it saying select this if you are selling this device or something like that and for the quick format option it said select this if you are keeping device (something along those lines).

 

im not sure how secure it is tho but windows is somewhat trustworthy right? :P

poop

Link to comment
Share on other sites

Link to post
Share on other sites

Use tools that offer you the option to "secure erase" the hard drive or alternatively you can try removing partitions with Microsoft DiskPart*. You cannot Secure Erase a current working drive so the target drive needs to be accessed from another machine:

  1. Use the Windows key + X keyboard shortcut to open the Power User menu and select Command Prompt (Admin).
  2. Connect the drive you want clean and format to your computer.
  3. Type the following command and press Enter:

    diskpart

  4. Type the following command to list all the available drives and press Enter:

    list disk

  5. Take your time and very carefully, on the output from the previous command, identify the drive you want to clean.

    For example, in the screenshot below, we can see that we have four different drives listed, including Disk 0, which is 30GB, and we can quickly determine that it's the primary system drive. And because we're trying to clean an 8GB drive, we can easily spot that Disk 3 is the drive we need to select.

    Use the following command to select the drive and press Enter:

    select disk 3

    Remember to change 3 in the command with the number of the drive you want to clean. If you fail to choose the correct number will erase all the data from the wrong drive.

    diskpart-select-disk-windows-10.jpg?itok

  6. Type the following command to clean the drive and press Enter:

    clean

  7. Type the following command to double-check the drive still selected and press Enter:

    list disk

    If the drive still selected, you will notice an asterisk (*) next to the disk.

  8. Type the following command to create a partition and press Enter:

    create partition primary

  9. Type the following command to select the partition you just created and press Enter:

    select partition 1

  10. Type the following command to set the partition active and press Enter:

    active

    diskpart-clean-drive-windows-10.jpg?itok

  11. Type the following command to format the partition using NTFS and to set a label, and press Enter:

    format FS=NTFS label=WC-Drive quick

    Remember to change the WC-Drive in the command with the drive name you want to use.

  12. Type the following command to assign a drive letter and press Enter:

    assign letter=W

    Remember to change W in the command with a letter you want that isn't in use by another drive on This PC.

    diskpart-format-ntfs-windows-10.jpg?itok

  13. Use the exit command to close DiskPart to complete the task.

 

Seagate Technology | Official Forums Team

IronWolf Drives for NAS Applications - SkyHawk Drives for Surveillance Applications - BarraCuda Drives for PC & Gaming

Link to comment
Share on other sites

Link to post
Share on other sites

9 hours ago, seagate_surfer said:

Use tools that offer you the option to "secure erase" the hard drive 

it's an SSD. I read somewhere that securely erasing ssd's is really bad for it.. is that true?

 

EDIT: and I can't remove the SSD so that other thing won't work. 

 

9 hours ago, IdiotPenguin said:

I remember it saying select this if you are selling this device or something like that and for the quick format option it said select this if you are keeping device (something along those lines).

 

im not sure how secure it is tho but windows is somewhat trustworthy right? :P

yeah I don't know how secure it it either. 

She/Her

Link to comment
Share on other sites

Link to post
Share on other sites

6 minutes ago, firelighter487 said:

it's an SSD. I read somewhere that securely erasing ssd's is really bad for it.. is that true?

No, it's not.

Hand, n. A singular instrument worn at the end of the human arm and commonly thrust into somebody’s pocket.

Link to comment
Share on other sites

Link to post
Share on other sites

19 minutes ago, firelighter487 said:

it's an SSD. I read somewhere that securely erasing ssd's is really bad for it.. is that true?

 

EDIT: and I can't remove the SSD so that other thing won't work. 

Well, the HDD store data different than the SSDs and that affects the amount of times you can write a hard drive and the amount of times you can write on a SSD, the short story is that for whenever you move or copy files or make actions on you SSD that require the "write" function (watching movies, pictures, files is not writing that's reading) the SSD needs to erase the whole block and move data to another one while we wait and then copy the new data in that block and that's a lot! The hard drive move data only by magnetizing/demagnetizing the sectors and that's less consuming than the way SSDs save data in their sectors, that's why it is recommended to keep the writes on your SSDs to the minimum, that involves benchmarking, diskdefrag, write drives back to zeros and so on. So, this is not that the SSD is gonna die or something, it is only that if you are writing unnecessarily in your SSDs, you are using part of their load cycles limit for things that are not as important..

Seagate Technology | Official Forums Team

IronWolf Drives for NAS Applications - SkyHawk Drives for Surveillance Applications - BarraCuda Drives for PC & Gaming

Link to comment
Share on other sites

Link to post
Share on other sites

46 minutes ago, Glennieboyyy007 said:

I like to overwrite it 4 times. one time with all 00's, one time all 01's, one time all 10's and one time all 11's. that way there is definitely no evidence left.

 

to answer the question itself, windows wont find the data anymore, but people that tear open the stuff can recover it

This is a terrible idea. You can't control where the data gets written, so you're not effectively deleting old data. Besides, large amounts of writes like that will consume some of the drive's write endurance (though not a terribly big chunk, it's still unnecessary).

14 minutes ago, firelighter487 said:

it's an SSD. I read somewhere that securely erasing ssd's is really bad for it.. is that true?

 

EDIT: and I can't remove the SSD so that other thing won't work. 

If you try to do it by overwriting, then it would be a little bit bad, as you're wasting some of the drive's write endurance.

 

But a proper secure erase is completely fine for the drive.

Link to comment
Share on other sites

Link to post
Share on other sites

Formatting a drive does not securely erase it, regardless of the type of formatting you do (EDIT: At least in Windows land, I don't know if Linux land does anything different). It only wipes the partition information and creates a new one for it. The previous data is still there. For those curious, doing a "Full Format" on Windows just runs a thorough scan disk check on it to detect for errors. Nothing more.

 

If you want to securely erase a drive, use a tool that does it. CCleaner has one. Your SSD's manufacturer may also have a tool.

 

20 minutes ago, firelighter487 said:

it's an SSD. I read somewhere that securely erasing ssd's is really bad for it.. is that true?

 

EDIT: and I can't remove the SSD so that other thing won't work. 

A proper secure erase at worst will consume a few of the PE cycles of all of the cells.

 

And if you need to do this outside of Windows, you can use a Linux live distro. You can find instructions on how to do so at https://unix.stackexchange.com/questions/371014/erasing-a-linux-laptop

 

Alternatively you can see if your UEFI settings has an option to secure erase SSDs.

Link to comment
Share on other sites

Link to post
Share on other sites

A program like CCleaner would do it.

Plug the drive into another machine, run CCleaner from that machines OS and secure format the drive.

 

CPU: Intel i7 3930k w/OC & EK Supremacy EVO Block | Motherboard: Asus P9x79 Pro  | RAM: G.Skill 4x4 1866 CL9 | PSU: Seasonic Platinum 1000w Corsair RM 750w Gold (2021)|

VDU: Panasonic 42" Plasma | GPU: Gigabyte 1080ti Gaming OC & Barrow Block (RIP)...GTX 980ti | Sound: Asus Xonar D2X - Z5500 -FiiO X3K DAP/DAC - ATH-M50S | Case: Phantek Enthoo Primo White |

Storage: Samsung 850 Pro 1TB SSD + WD Blue 1TB SSD | Cooling: XSPC D5 Photon 270 Res & Pump | 2x XSPC AX240 White Rads | NexXxos Monsta 80x240 Rad P/P | NF-A12x25 fans |

Link to comment
Share on other sites

Link to post
Share on other sites

2 minutes ago, M.Yurizaki said:

And if you need to do this outside of Windows, you can use a Linux live distro. You can find instructions on how to do so at https://unix.stackexchange.com/questions/371014/erasing-a-linux-laptop

which command specifically? there are a lot on that page. 

 

1 minute ago, SolarNova said:

A program like CCleaner would do it.

Plug the drive into another machine, run CCleaner from that machines OS and secure format the drive.

i can't take the ssd out. 

She/Her

Link to comment
Share on other sites

Link to post
Share on other sites

If you cannot access the SSD from another computer chances are you won't be able to do any of this. The more you could do is reinstall Windows and that will do a new partition/format for you but that's not secure erasing...

Seagate Technology | Official Forums Team

IronWolf Drives for NAS Applications - SkyHawk Drives for Surveillance Applications - BarraCuda Drives for PC & Gaming

Link to comment
Share on other sites

Link to post
Share on other sites

1 minute ago, seagate_surfer said:

If you cannot access the SSD from another computer chances are you won't be able to do any of this. The more you could do is reinstall Windows and that will do a new partition/format for you but that's not secure erasing...

i could use the Linux option @M.Yurizaki suggested because i can run linux from a usb stick. 

She/Her

Link to comment
Share on other sites

Link to post
Share on other sites

Sounds like a plan! Go for it and try it, let us know.

Seagate Technology | Official Forums Team

IronWolf Drives for NAS Applications - SkyHawk Drives for Surveillance Applications - BarraCuda Drives for PC & Gaming

Link to comment
Share on other sites

Link to post
Share on other sites

3 minutes ago, seagate_surfer said:

Sounds like a plan! Go for it and try it, let us know.

i don't know which command to use. the link provided goes to a page with loads of different commands... 

She/Her

Link to comment
Share on other sites

Link to post
Share on other sites

1 minute ago, firelighter487 said:

which command specifically? there are a lot on that page.

I should've probably reviewed that page more clearly, since it's more applicable to HDDs than SSDs.

 

So the command I've found that seems to be mentioned is hdparm. You can read up how to use it to secure erase an SSD at https://wiki.archlinux.org/index.php/Solid_State_Drive/Memory_cell_clearing The problem is that it's a crapshoot which distro in its live form comes with it.

 

You can also try GParted as a "live CD" (https://gparted.org/livecd.php). Instructions on how to get this running and erase the SSD can be found at http://www.gskill.us/forum/forum/product-discussion/ssd/4538-use-gparted-to-secure-erase-ssd?t=5901 (it appears they use hdparm too)

Link to comment
Share on other sites

Link to post
Share on other sites

3 minutes ago, M.Yurizaki said:

I should've probably reviewed that page more clearly, since it's more applicable to HDDs than SSDs.

 

So the command I've found that seems to be mentioned is hdparm. You can read up how to use it to secure erase an SSD at https://wiki.archlinux.org/index.php/Solid_State_Drive/Memory_cell_clearing The problem is that it's a crapshoot which distro in its live form comes with it.

 

You can also try GParted as a "live CD" (https://gparted.org/livecd.php). Instructions on how to get this running and erase the SSD can be found at http://www.gskill.us/forum/forum/product-discussion/ssd/4538-use-gparted-to-secure-erase-ssd?t=5901 (it appears they use hdparm too)

thank you! 

She/Her

Link to comment
Share on other sites

Link to post
Share on other sites

Most people seem to be overly cautious about this type of thing. Does your mother have some super-sensitive information on this device? If not, I wouldn't worry about it, especially if you're just selling it to another "average user". Those who are after personal information from people usually go about it in other ways, not buying used devices and trying to recover the previous data stored on the drives. 

 

I complete clean installation of Windows with the option of re-formatting in the process should be fine in this situation. 

My Systems:

Main - Work + Gaming:

Spoiler

Woodland Raven: Ryzen 2700X // AMD Wraith RGB // Asus Prime X570-P // G.Skill 2x 8GB 3600MHz DDR4 // Radeon RX Vega 56 // Crucial P1 NVMe 1TB M.2 SSD // Deepcool DQ650-M // chassis build in progress // Windows 10 // Thrustmaster TMX + G27 pedals & shifter

F@H Rig:

Spoiler

FX-8350 // Deepcool Neptwin // MSI 970 Gaming // AData 2x 4GB 1600 DDR3 // 2x Gigabyte RX-570 4G's // Samsung 840 120GB SSD // Cooler Master V650 // Windows 10

 

HTPC:

Spoiler

SNES PC (HTPC): i3-4150 @3.5 // Gigabyte GA-H87N-Wifi // G.Skill 2x 4GB DDR3 1600 // Asus Dual GTX 1050Ti 4GB OC // AData SP600 128GB SSD // Pico 160XT PSU // Custom SNES Enclosure // 55" LG LED 1080p TV  // Logitech wireless touchpad-keyboard // Windows 10 // Build Log

Laptops:

Spoiler

MY DAILY: Lenovo ThinkPad T410 // 14" 1440x900 // i5-540M 2.5GHz Dual-Core HT // Intel HD iGPU + Quadro NVS 3100M 512MB dGPU // 2x4GB DDR3L 1066 // Mushkin Triactor 480GB SSD // Windows 10

 

WIFE'S: Dell Latitude E5450 // 14" 1366x768 // i5-5300U 2.3GHz Dual-Core HT // Intel HD5500 // 2x4GB RAM DDR3L 1600 // 500GB 7200 HDD // Linux Mint 19.3 Cinnamon

 

EXPERIMENTAL: Pinebook // 11.6" 1080p // Manjaro KDE (ARM)

NAS:

Spoiler

Home NAS: Pentium G4400 @3.3 // Gigabyte GA-Z170-HD3 // 2x 4GB DDR4 2400 // Intel HD Graphics // Kingston A400 120GB SSD // 3x Seagate Barracuda 2TB 7200 HDDs in RAID-Z // Cooler Master Silent Pro M 1000w PSU // Antec Performance Plus 1080AMG // FreeNAS OS

 

Link to comment
Share on other sites

Link to post
Share on other sites

9 minutes ago, M.Yurizaki said:

I should've probably reviewed that page more clearly, since it's more applicable to HDDs than SSDs.

 

So the command I've found that seems to be mentioned is hdparm. You can read up how to use it to secure erase an SSD at https://wiki.archlinux.org/index.php/Solid_State_Drive/Memory_cell_clearing The problem is that it's a crapshoot which distro in its live form comes with it.

 

You can also try GParted as a "live CD" (https://gparted.org/livecd.php). Instructions on how to get this running and erase the SSD can be found at http://www.gskill.us/forum/forum/product-discussion/ssd/4538-use-gparted-to-secure-erase-ssd?t=5901 (it appears they use hdparm too)

Could use a live USB with a light Linux distro like MX and install these applications to it (many come with Gparted, I believe). Then they would just have to boot to the live Linux USB and run the application to perform the secure erase on the SSD, no?

My Systems:

Main - Work + Gaming:

Spoiler

Woodland Raven: Ryzen 2700X // AMD Wraith RGB // Asus Prime X570-P // G.Skill 2x 8GB 3600MHz DDR4 // Radeon RX Vega 56 // Crucial P1 NVMe 1TB M.2 SSD // Deepcool DQ650-M // chassis build in progress // Windows 10 // Thrustmaster TMX + G27 pedals & shifter

F@H Rig:

Spoiler

FX-8350 // Deepcool Neptwin // MSI 970 Gaming // AData 2x 4GB 1600 DDR3 // 2x Gigabyte RX-570 4G's // Samsung 840 120GB SSD // Cooler Master V650 // Windows 10

 

HTPC:

Spoiler

SNES PC (HTPC): i3-4150 @3.5 // Gigabyte GA-H87N-Wifi // G.Skill 2x 4GB DDR3 1600 // Asus Dual GTX 1050Ti 4GB OC // AData SP600 128GB SSD // Pico 160XT PSU // Custom SNES Enclosure // 55" LG LED 1080p TV  // Logitech wireless touchpad-keyboard // Windows 10 // Build Log

Laptops:

Spoiler

MY DAILY: Lenovo ThinkPad T410 // 14" 1440x900 // i5-540M 2.5GHz Dual-Core HT // Intel HD iGPU + Quadro NVS 3100M 512MB dGPU // 2x4GB DDR3L 1066 // Mushkin Triactor 480GB SSD // Windows 10

 

WIFE'S: Dell Latitude E5450 // 14" 1366x768 // i5-5300U 2.3GHz Dual-Core HT // Intel HD5500 // 2x4GB RAM DDR3L 1600 // 500GB 7200 HDD // Linux Mint 19.3 Cinnamon

 

EXPERIMENTAL: Pinebook // 11.6" 1080p // Manjaro KDE (ARM)

NAS:

Spoiler

Home NAS: Pentium G4400 @3.3 // Gigabyte GA-Z170-HD3 // 2x 4GB DDR4 2400 // Intel HD Graphics // Kingston A400 120GB SSD // 3x Seagate Barracuda 2TB 7200 HDDs in RAID-Z // Cooler Master Silent Pro M 1000w PSU // Antec Performance Plus 1080AMG // FreeNAS OS

 

Link to comment
Share on other sites

Link to post
Share on other sites

3 minutes ago, MEC-777 said:

Could use a live USB with a light Linux distro like MX and install these applications to it (many come with Gparted, I believe). Then they would just have to boot to the live Linux USB and run the application to perform the secure erase on the SSD, no?

The live version of GParted apparently comes with hdparm, if the rep from GSkill who wrote that post means anything.

 

Alternatively you could set aside space as permanent storage on the live distro so you can install the necessary things if it doesn't come with it, but eh, I'm trying to keep things simple.

Link to comment
Share on other sites

Link to post
Share on other sites

2 hours ago, M.Yurizaki said:

Let me know if that actually works :P

it didn't. that laptop has a load of security stuff in the bios that I can't turn off so I can't boot a usb from it. 

 

it also has no cd drive. so yeah... 

 

I think I'm just gonna trust Windows and go with the "clean the drive" option when you reset the system from system settings. 

She/Her

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×