Securely delete all data on external SSD [Solved]
Re: Securely delete all data on external SSD
Because of the way SSD's 'balance' writing, and none of the makers do strict ATT clearing mechanics.. there 'technically' is no method to guarantee even a 0 wipe will 'over write' everything on an SSD.
You CAN get pretty darn close by wiping, then destroying partitions and creating several partitions, (I usually choose three grabbing the entire drive.) Install to it 100% encrypted. Then destroy those and create one partition 100% drive size and encrypt that as well.
Once there, you can pretty much destroy that partition too and create anything you like and nobody will be 'recovering data' from that drive. ***BUT*** someone WILL tell you that *still* you have not 'over written safely' ;=/
You CAN get pretty darn close by wiping, then destroying partitions and creating several partitions, (I usually choose three grabbing the entire drive.) Install to it 100% encrypted. Then destroy those and create one partition 100% drive size and encrypt that as well.
Once there, you can pretty much destroy that partition too and create anything you like and nobody will be 'recovering data' from that drive. ***BUT*** someone WILL tell you that *still* you have not 'over written safely' ;=/
*QSI = Quick System Info from menu (Copy for Forum)
*MXPI = MX Package Installer
*Please check the solved checkbox on the post that solved it.
*Linux -This is the way!
*MXPI = MX Package Installer
*Please check the solved checkbox on the post that solved it.
*Linux -This is the way!
Re: Securely delete all data on external SSD
If you can, just do this:
After just 1 pass of zero:
photorec and/or testdisk on Linux
and Recuva (or any other you like (whichever is supposed to be the most powerful/professional)) on Windows (you can find Recuva also on Hiren's BootCD if you don't want/have Windows..)
Then scan..
and let's see what they'll be able to recover :)
After just 1 pass of zero:
photorec and/or testdisk on Linux
and Recuva (or any other you like (whichever is supposed to be the most powerful/professional)) on Windows (you can find Recuva also on Hiren's BootCD if you don't want/have Windows..)
Then scan..
and let's see what they'll be able to recover :)
Re: Securely delete all data on external SSD
mm hmm - acknowledged - will do and ~ let it be henceforth and thenceforward known by all subject and citizenCharlie Brown wrote: Tue Oct 24, 2023 7:00 pm If you can, just do this:
After just 1 pass of zero:
photorec and/or testdisk on Linux
and Recuva (or any other you like (whichever is supposed to be the most powerful/professional)) on Windows (you can find Recuva also on Hiren's BootCD if you don't want/have Windows..)
Then scan..
and let's see what they'll be able to recover :)
Dat Charlie Brown - He da Maan!
Re: Securely delete all data on external SSD
The best help is always the help when in need.CharlesV wrote: Tue Oct 24, 2023 6:35 pm Because of the way SSD's 'balance' writing, and none of the makers do strict ATT clearing mechanics.. there 'technically' is no method to guarantee even a 0 wipe will 'over write' everything on an SSD.
You CAN get pretty darn close by wiping, then destroying partitions and creating several partitions, (I usually choose three grabbing the entire drive.) Install to it 100% encrypted. Then destroy those and create one partition 100% drive size and encrypt that as well.
Once there, you can pretty much destroy that partition too and create anything you like and nobody will be 'recovering data' from that drive. ***BUT*** someone WILL tell you that *still* you have not 'over written safely' ;=/
I was thinking along similar lines - do all I can to obfuscate residuals if residuals do hang around.
And encryption may just attract a hackers attentions?



Usually I test a new drive but the one I received I plopped it into immediate use and it was too slow. 6 minutes on one external drive too 2 hours to partially complete before I quit it in process.
Ah well let it be known that Aronticuz finds all your help very, very helpful and also learns from own mistakes.
Thus! Henceforth and thenceforward let it be known that Charlie Brown has a colleague in CharlesV and both thenceforth greeted as
Yoo Da Maan bro!
Re: Securely delete all data on external SSD

*QSI = Quick System Info from menu (Copy for Forum)
*MXPI = MX Package Installer
*Please check the solved checkbox on the post that solved it.
*Linux -This is the way!
*MXPI = MX Package Installer
*Please check the solved checkbox on the post that solved it.
*Linux -This is the way!
Re: Securely delete all data on external SSD
Just a heads up on this topic.
Reason: making sure have enough copies of my own data to provide continuity in switching over from 21.3 to 23.1 on this machine.
Thanks to all who contributed - you are great
Reason: making sure have enough copies of my own data to provide continuity in switching over from 21.3 to 23.1 on this machine.
Thanks to all who contributed - you are great
Re: Securely delete all data on external SSD
IMO /dev/urandom is far better than /dev/zero for this. Perhaps it was a coincidence but one of the few times I've had a fairly new flash memory device fail was when I wrote a bunch of zeroes to it.Charlie Brown wrote: Tue Oct 24, 2023 2:09 pmIt's also possible to add , say, bs=1M or say 4M to make it faster, but without that (the above way) will be "bit-for-bit" (perfect)..Code: Select all
sudo dd if=/dev/zero of=/dev/sdX conv=noerror,sync,notrunc status=progress
...Just change the /dev/zero to /dev/random (when needed) and of=/dev/sdX to whatever it is, say ../nvme0
"The first principle is that you must not fool yourself -- and you are the easiest person to fool."
-- Richard Feynman
-- Richard Feynman
Re: Securely delete all data on external SSD
@BitJam hey thanks for this - it will be helpful going forward
Re: Securely delete all data on external SSD
Thanks Charlie and Charles. Just finished zeroing my 250GB NVME.
Just cleaning up my mess of daily and spare SSD's and flash drives.
This thread got me thinking of writing a custom dataset. One that the potential "lulz" seeker would have to "un-see".
A typical zero pass and fresh install should be fine for my uses. I typically get free hardware from an IT friend.
His clients NEED the latest. I had to start saying "No". The amount of e-waste is overwhelming.
It is prudent to protect your data. I find it to be a losing battle. Because Microsoft, Google, Apple and others are
harvesting our data at every turn.
Just cleaning up my mess of daily and spare SSD's and flash drives.
This thread got me thinking of writing a custom dataset. One that the potential "lulz" seeker would have to "un-see".
A typical zero pass and fresh install should be fine for my uses. I typically get free hardware from an IT friend.
His clients NEED the latest. I had to start saying "No". The amount of e-waste is overwhelming.
It is prudent to protect your data. I find it to be a losing battle. Because Microsoft, Google, Apple and others are
harvesting our data at every turn.
Re: Securely delete all data on external SSD
Agreed - but like any home protection system if they want to get in and they have skills to do so then they will.errorik wrote: Tue Jan 16, 2024 10:14 pm abridged ...
It is prudent to protect your data. I find it to be a losing battle. Because Microsoft, Google, Apple and others are
harvesting our data at every turn.
It is more along lines of being prudent and ensuring personal data is not flaunted to general public.