Difference between revisions of "Ext3grep"
From Christoph's Personal Wiki
(2 intermediate revisions by the same user not shown) | |||
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 <nowiki>http://ext3grep.googlecode.com/svn/trunk/</nowiki> ext3grep-svn | ||
==External links== | ==External links== | ||
*[http://code.google.com/p/ext3grep/ Project homepage] | *[http://code.google.com/p/ext3grep/ Project homepage] | ||
*[http://www.xs4all.nl/~carlo17/howto/undelete_ext3.html HOWTO recover deleted files on an ext3 file system] | *[http://www.xs4all.nl/~carlo17/howto/undelete_ext3.html HOWTO recover deleted files on an ext3 file system] | ||
+ | *[http://www.ohloh.net/projects/ext3grep ext3grep on ohloh] — in-depth code summary | ||
[[Category:Linux Command Line Tools]] | [[Category:Linux Command Line Tools]] |
Latest revision as of 07:36, 9 May 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
- Project homepage
- HOWTO recover deleted files on an ext3 file system
- ext3grep on ohloh — in-depth code summary