@nazokiyoubinbou @nixCraft there is a point of overwrites where every flash cell has been changed. But, that costs loads of disk wear. Instead, one can issue a data secure erase command to drop all data, that even restores some write performance
Top-level
@nazokiyoubinbou @nixCraft there is a point of overwrites where every flash cell has been changed. But, that costs loads of disk wear. Instead, one can issue a data secure erase command to drop all data, that even restores some write performance 9 comments
@nazokiyoubinbou @nixCraft the secure erase thing uses encryption to prevent data recovery. https://wiki.archlinux.org/title/Self-encrypting_drives @nazokiyoubinbou @4censord @nixCraft Technically, TRIM erases pages. Pages on a flash chip can contain several blocks. Erasing a single flash page is basically the voltage spike, but to only the one page and for a shorter time. The chip-level erase lasts longer in part to make sure everything gets fully saturated. Different trigger and different scale of effect, but it’s the same mechanism. @4censord @4censord @nazokiyoubinbou @nixCraft This only works on SSD drives that supports this feature. |
@4censord @nixCraft I know about erasing blocks, yeah. But I presume we're talking about extreme measures when someone goes as far as to actually drill holes in it. In theory it's possible to recover old data from erased cells -- or at least so I've heard. Presumably the idea here is to ensure that is no longer possible.
Sure is wasteful as heck to drill it IMO.