Erasing SSD's and NVME's #156
-
|
Hello, I was wondering which method Shredos uses, especially for Sata/M2 SSDs and NVME SSD. Is Sherdos just filling all the blocks on the disks, so Shredos doesn't recognize the difference between disks? Or my understanding is incorrect. Thanks :) |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 18 replies
-
|
ATA secure erase is scheduled for release 0.35 or 0.36. So at the moment it simply treats a SSD or NVME as if they were an ordinary spinning disc, ie just filling all the blocks. You can do a ATA secure erase using hdparm or nvme-cli by running the commands in the ALT F2 virtual terminal in ShredOS. In the 0.35/0.36 release there will be a new method 'ATA Secure erase (HDD/SSD/NvMe)' built into the nwipe GUI that issues the ATA secure erase command and lets drive do the wipe. nwipe will estimate the progress on screen so it will look similar to wiping a HDD. |
Beta Was this translation helpful? Give feedback.
-
|
Hello, thanks for the response. Is there any expected release date for 0.35/0.36 or for nvme-cli/hdparm (or maybe month, year, etc)? Or it is just planned for the future? |
Beta Was this translation helpful? Give feedback.
-
|
Okay thanks, that's a pity but I will be looking forward to it ⏩
Are you thinking, that it will be just an option in GUI to select the deletion method? Or some automation, because it would be beautiful to just connect all disks to the computer running shredos, the system will recognize them and delete them accordingly by their type. (HDD, SATA SSD, NVME) I'm thinking something like this script for Parted can maybe be an inspiration: https://github.com/tslight/disknukem |
Beta Was this translation helpful? Give feedback.
-
|
Did this get added? I can't find it in the UI |
Beta Was this translation helpful? Give feedback.
-
|
I came here looking for this, but the method of using ALT+F2 did the job. could it be an idea to add the hdparm and nvme method to the wiki for now, and/or add a shell script so that for now you could do something like erase-nvme/erase-ssd /dev/device. (i can help out with both if needed) |
Beta Was this translation helpful? Give feedback.
-
|
New to the subject I have a couple questions using shredos‘ secure erase/sanitize functions for ATA M.2 SSDs and NVME M.2s SSDs. I am working in a hospital/university environment where the aspect of wiping data completely is crucial. We are planning to replace older laptops that are still good and give them to employees and their families. To meet the wiping criteria of the German Agency for Information Security we need to make sure no data from former use can be recovered. The older laptops do not have the secure erase function in their bios. So I used a newer laptop and put the SSDs of the older laptops in there and erased them with that bios secure erase function. To cross check if the erase procedure was 100% successful (it was per the report) I put the SSDs in an external housing and connected it to a PC thru USB. I then used Disk Drills Deep Scan function to check if there was anything on that disk that could be recovered. When the scan was over Disk Drill had found a system volume information folder with around 80 kb of data that could be recovered. Now this is where ShreOs comes in. There is still no way to use wiping processes for SSDs thru the GUI but thru commands in the terminal. So if the SSDs would be placed in their respective laptops and wiped in that fashion would they now be completely empty? And what would happen if I took them out and connected them to a PC again to run a Data Recovery Scan. Would it be empty or would I find the system volume information folder again because it’s applied thru the Windows routine when connecting thru USB? Another question, what is your recommended (most secure) way of erasing data from HDDs using ShredOs. Time is not so much a criteria. But it should avoid unnecessary action and on the other hand should not stress the hard drive more than needed. |
Beta Was this translation helpful? Give feedback.
ATA secure erase is scheduled for release 0.35 or 0.36. So at the moment it simply treats a SSD or NVME as if they were an ordinary spinning disc, ie just filling all the blocks. You can do a ATA secure erase using hdparm or nvme-cli by running the commands in the ALT F2 virtual terminal in ShredOS.
In the 0.35/0.36 release there will be a new method 'ATA Secure erase (HDD/SSD/NvMe)' built into the nwipe GUI that issues the ATA secure erase command and lets drive do the wipe. nwipe will estimate the progress on screen so it will look similar to wiping a HDD.