logoalt Hacker News

neskorodevyesterday at 5:24 PM1 replyview on HN

From shred man:

The shred command relies on a crucial assumption: that the file system and hardware overwrite data in place.

...

many modern file system designs do not satisfy this assumption. Exceptions include:

...

Log-structured or journaled file systems, such as.

...

NTFS.


Replies

andaiyesterday at 5:26 PM

I think SSDs also randomize where data ends up? But I'm not sure if that's true for existing files too.

show 2 replies