<?xml version="1.0" encoding="UTF-8"?>

<rdf:RDF 
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns="http://purl.org/rss/1.0/"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:syn="http://purl.org/rss/1.0/modules/syndication/"
>

  <channel rdf:about="http://lwn.net/headlines/273276/">
    <title>LWN: Comments on "Recovering deleted files from ext3"</title>
    <link>http://lwn.net/Articles/273276/</link>
    <description>
This is a special feed containing comments posted
to the individual LWN article titled &quot;Recovering deleted files from ext3&quot;.

    </description>

    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>2</syn:updateFrequency>
    <items>
      <rdf:Seq>
	<rdf:li resource="http://lwn.net/Articles/274264/rss" />
	<rdf:li resource="http://lwn.net/Articles/274236/rss" />
	<rdf:li resource="http://lwn.net/Articles/274229/rss" />
	<rdf:li resource="http://lwn.net/Articles/273929/rss" />
	<rdf:li resource="http://lwn.net/Articles/273571/rss" />
	<rdf:li resource="http://lwn.net/Articles/273570/rss" />
	<rdf:li resource="http://lwn.net/Articles/273562/rss" />
	<rdf:li resource="http://lwn.net/Articles/273535/rss" />
	<rdf:li resource="http://lwn.net/Articles/273440/rss" />
      
      </rdf:Seq>
    </items>

  </channel>
    <item rdf:about="http://lwn.net/Articles/274264/rss">
      <title>Recovering deleted files from ext3</title>
      <link>http://lwn.net/Articles/274264/rss</link>
      <dc:date>2008-03-20T10:21:02+00:00</dc:date>
      <dc:creator>Cato</dc:creator>
      <description>
      &lt;div class=&quot;FormattedComment&quot;&gt;&lt;pre&gt;
Actually shred works fine on ext3 in default configurations, i.e. as long as you are only
doing 'writeback' of data, meaning that filesystem metadata is journalled but file contents
metadata is not.  See &lt;a href=&quot;http://en.wikipedia.org/wiki/Ext3&quot;&gt;http://en.wikipedia.org/wiki/Ext3&lt;/a&gt; and in particular
&lt;a href=&quot;http://wiki.linuxquestions.org/wiki/Talk:Shred&quot;&gt;http://wiki.linuxquestions.org/wiki/Talk:Shred&lt;/a&gt;


&lt;/pre&gt;&lt;/div&gt;

      
      </description>
    </item>
    <item rdf:about="http://lwn.net/Articles/274236/rss">
      <title>Recovering deleted files from ext3</title>
      <link>http://lwn.net/Articles/274236/rss</link>
      <dc:date>2008-03-20T04:51:51+00:00</dc:date>
      <dc:creator>gdt</dc:creator>
      <description>
      &lt;p&gt;Why would shred work on a &lt;i&gt;journaling&lt;/i&gt; filesystem like ext3? A point noted in shred's man page.&lt;/p&gt;
      
      </description>
    </item>
    <item rdf:about="http://lwn.net/Articles/274229/rss">
      <title>Recovering deleted files from ext3</title>
      <link>http://lwn.net/Articles/274229/rss</link>
      <dc:date>2008-03-20T03:13:44+00:00</dc:date>
      <dc:creator>quotemstr</dc:creator>
      <description>
      Try 

&lt;p&gt;
&lt;code&gt;$ man shred&lt;/code&gt; :-)
&lt;/p&gt;

Or better yet,

&lt;p&gt;
&lt;code&gt;$ alias shred='shred -u -n1'&lt;/code&gt;
&lt;/p&gt;

And use that alias like rm.

It'd be nice if the ext* 's' attribute were implemented too.
      
      </description>
    </item>
    <item rdf:about="http://lwn.net/Articles/273929/rss">
      <title>Recovering deleted files from ext3</title>
      <link>http://lwn.net/Articles/273929/rss</link>
      <dc:date>2008-03-18T23:45:49+00:00</dc:date>
      <dc:creator>jquirk</dc:creator>
      <description>
      &lt;div class=&quot;FormattedComment&quot;&gt;&lt;pre&gt;
Ext2 is not really that hard to recover files from provided you stop and unmount the disk as
soon as you realize you have a problem. Its all there have a look at my stuff I contributed to
LDE you can see all deleted entries on ext2 volume, ext2 just unlinks the directory entry for
a linked list, marks the inode as deleted and frees the blocks in the bit map. It is as you
stated ext2 zeros nothing of value. Most forensics tools know this so if you are security
concerned standard files system are not for you. Ever wonder why if purchase you ex military
computers they have no hard drives.  
&lt;/pre&gt;&lt;/div&gt;

      
      </description>
    </item>
    <item rdf:about="http://lwn.net/Articles/273571/rss">
      <title>Recovering deleted files from ext3</title>
      <link>http://lwn.net/Articles/273571/rss</link>
      <dc:date>2008-03-16T13:00:56+00:00</dc:date>
      <dc:creator>nix</dc:creator>
      <description>
      &lt;div class=&quot;FormattedComment&quot;&gt;&lt;pre&gt;
Also, if you can read the journal directly you have access to the block 
device and thus have lost the game regarding security of data on that 
device anyway.
&lt;/pre&gt;&lt;/div&gt;

      
      </description>
    </item>
    <item rdf:about="http://lwn.net/Articles/273570/rss">
      <title>Recovering deleted files from ext3</title>
      <link>http://lwn.net/Articles/273570/rss</link>
      <dc:date>2008-03-16T12:39:00+00:00</dc:date>
      <dc:creator>dlang</dc:creator>
      <description>
      &lt;div class=&quot;FormattedComment&quot;&gt;&lt;pre&gt;
please explain.

if you were ever under the impression that any linux filesystem completely overwrote the file
with zeros (let alone did a secure delete by overwriting the file multiple times with
different patterns), you are sadly mistaken.

it's still significantly harder to recover files from ext2 than it is from windows file
systems, but that's not a security measure, and it never was.
&lt;/pre&gt;&lt;/div&gt;

      
      </description>
    </item>
    <item rdf:about="http://lwn.net/Articles/273562/rss">
      <title>Recovering deleted files from ext3</title>
      <link>http://lwn.net/Articles/273562/rss</link>
      <dc:date>2008-03-16T04:27:32+00:00</dc:date>
      <dc:creator>elgordo123</dc:creator>
      <description>
      &lt;div class=&quot;FormattedComment&quot;&gt;&lt;pre&gt;
Well it's nice to see that Linux is now officially no more secure than windows. 
&lt;/pre&gt;&lt;/div&gt;

      
      </description>
    </item>
    <item rdf:about="http://lwn.net/Articles/273535/rss">
      <title>Recovering deleted files from ext3</title>
      <link>http://lwn.net/Articles/273535/rss</link>
      <dc:date>2008-03-15T14:07:31+00:00</dc:date>
      <dc:creator>jquirk</dc:creator>
      <description>
      &lt;div class=&quot;FormattedComment&quot;&gt;&lt;pre&gt;
Nice to see someone actually looking at the disk structures and seeing what is really going
on. When I was helping out with LDE I too just accepted the statement you can't recover files
from and ext3 system. The true brilliance of this is to use the journal entries to fill in the
missing pieces from the inodes.



&lt;/pre&gt;&lt;/div&gt;

      
      </description>
    </item>
    <item rdf:about="http://lwn.net/Articles/273440/rss">
      <title>Recovering deleted files from ext3</title>
      <link>http://lwn.net/Articles/273440/rss</link>
      <dc:date>2008-03-14T18:26:59+00:00</dc:date>
      <dc:creator>vmole</dc:creator>
      <description>
      &lt;p&gt;It appears that Carlo's page has been LWNed...
      
      </description>
    </item>
</rdf:RDF>

