Difference between revisions of "Ext3grep"

From Christoph's Personal Wiki
Jump to: navigation, search
 
Line 1: Line 1:
 
'''ext3grep''' is a utility that ''can'' help you recover cleanly deleted files on an ext3 partition (i.e., <code>rm foo</code>). It was written by Carlo Wood and is freely available [http://code.google.com/p/ext3grep/ here].
 
'''ext3grep''' is a utility that ''can'' help you recover cleanly deleted files on an ext3 partition (i.e., <code>rm foo</code>). It was written by Carlo Wood and is freely available [http://code.google.com/p/ext3grep/ here].
 +
 +
==Download==
 +
svn checkout http://ext3grep.googlecode.com/svn/trunk/ ext3grep-svn
  
 
==External links==
 
==External links==

Revision as of 02:08, 28 March 2008

ext3grep is a utility that can help you recover cleanly deleted files on an ext3 partition (i.e., rm foo). It was written by Carlo Wood and is freely available here.

Download

svn checkout http://ext3grep.googlecode.com/svn/trunk/ ext3grep-svn

External links