Securely deleting files from ext4 filesystems
Posted Oct 13, 2011 12:14 UTC (Thu) by
corbet (editor, #1)
In reply to:
Securely deleting files from ext4 filesystems by lolando
Parent article:
Securely deleting files from ext4 filesystems
Ext4 will normally overwrite blocks (btrfs, instead, is copy-on-write). The idea behind this patch set is that any blocks released from the file (as in the truncate case you mention) will be cleared/randomized by the filesystem code.
(
Log in to post comments)