Re: Where is ext2/3 secure delete ("s") attribute?

From: Albert D. Cahalan (acahalan@cs.uml.edu)
Date: Thu Nov 21 2002 - 21:41:14 EST


Jeff Garzik writes:
> Albert D. Cahalan wrote:

>> Forget the shred program. It's less useful than having the
>> filesystem simply zero the blocks, because it's slow and you
>> can't be sure to hit the OS-visible blocks.
>
> Why not?
>
> Please name a filesystem that moves allocated blocks around on you. And
> point to code, too.

Reiserfs tails
  fs/reiserfs

ext3 with data journalling
  fs/ext3

the journalling flash filesystems
  fs/jffs
  fs/jffs2

NTFS with compression
  fs/ntfs

Some of these are listed in the shred man page.

Multiple overwrites won't protect you from the disk manufacturer
or the NSA. Only one is needed to protect against root & kernel.
So it makes sense to have the filesystem zero the blocks when
they are freed from a file.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Nov 23 2002 - 22:00:39 EST