lkml.org 
[lkml]   [2004]   [Feb]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: PATCH - ext2fs privacy (i.e. secure deletion) patch
From
Date
On Wed, 04 Feb 2004 00:33:37 GMT, the grugq said:

> All that said, the user's content is something that the user could be
> considered responsible for erasing themselves. The meta-data is the part
> of the file which they dont' have access to, so having privacy

Actually, I have encountered file systems where two successive
write() calls from userspace to the same offset in the file wouldn't
end up in the same physical location on the disk (AIX's JFS with compression).
It would LZ compress each 4K block, and then find a contiguous set of
512-byte sectors to write it. So one write might compress down to 6 sectors
and be written in one place, the next time it doesn't compress as well
and takes 7 - so it ends up elsewhere because the previous hole was
exactly 6 - and if you try to zero it by writing a block of zeros, that
would compress down to 1 sector and fail to overwrite the others...

If we ever do a filesystem with compression, we'll have the same issue.


[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2005-03-22 14:00    [W:0.196 / U:0.060 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site