O
O
Oleg2016-08-05 07:41:00
Solid State Drives
Oleg, 2016-08-05 07:41:00

Is there software for guaranteed deletion of information from an M.2 SSD?

It is required to ensure guaranteed destruction of information on a laptop with an M.2 form factor SSD. DBAN software is not suitable: information is published on the developers' website that deletion of information from this type of media is not guaranteed.
Who will tell you what software to use?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
Artem @Jump, 2016-08-05
Tag curated by

Is there software for guaranteed deletion of information from an M.2 SSD?
Write data to disk in encrypted form.

T
TyzhSysAdmin, 2016-08-05
@POS_troi

dd if=/dev/zero of=/dev/sda bs=512k
or
shred -zn10 /dev/sda

N
noob333, 2016-08-05
@noob333

Hammer the disk with random (or zeros). Boot from livecd of the same linux and do dd if=/dev/urandom (or /dev/zero) of=/dev/sda (specify your drive, look in lsblk). This is the most reliable way.
Everything is simple.

K
Konstantin Tsvetkov, 2016-08-05
@tsklab

guaranteed and software. And preferably from under Windows

SDeletev2.0

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question