you are viewing a single comment's thread
view the rest of the comments
[–] 6 points 1 month ago (2 children)

Do modern file systems actually remove it from disk? It's been a while since I did any forensics and didn't do much of it, but I remember being able to batch restore files from inodes as long as that part of the disk hadn't been overwritten. That's why you're supposed to overwrite disks with random data if you want to data gone.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 9 points 1 month ago (2 children)

    Nah, they just throw away the block markings, absolutely.

    Overwriting a SSD is difficult as well, better encrypt the drive and trash the key when you decommission.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 1 point 1 month ago (1 child)
  • [–] 1 point 1 month ago

    You mean like in your kitchen? Too much metal, you'll damage your magnetron.

    You could use thermite and melt it to a pulp. Dangerous as well, though.

    Really, just encrypt. Your CPU has AES extensions, performance impact is negligible. Simple, clean, and a protection against involuntary decommission as well.

  • source
  • parent
  • [–] 1 point 1 month ago

    Overwriting a SSD is difficult as well,

    Trim does a pretty good job actually. Secure erase as well.

    https://rossmanngroup.com/technical-reference/what-trim-does-and-why-it-destroys-data

    better encrypt the drive and trash the key when you decommission.

    Absolutely.

    I've had to RMA defective HDDs, and was glad I didn't have to think about what kind of data was still on the platters.

    SSDs and HDDs don't always completely fail either. I've had a case where the drive could still be read, albeit very slowly. Writes were not working. Kinda sucks if you wanted to empty the drive before handing it in for repair/replacement.

  • source
  • parent