Re: [PATCH] Fix ext2_fs_sb.h for user space
Theodore Tso <[email protected]>
| Newsgroups | gmane.comp.file-systems.ext2.devel |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Jun 08, 2006 at 10:38:58PM +0200, Thomas Koeller wrote: > I had accidentally deleted some important files and, in an attempt > to recover these, tried to build the 'undelete' program by > Sebastian Hetze <[email protected]>. > > Quote from the 'INSTALL' file that comes with this package: > "undelete heavily depends on the ext2 libraries provided by Theodore > Ts'o with the e2fsprogs package." However, the source includes > ext2_fs_sb.h, and in order to be able to build this program I > created the patch I submitted. I downloaded version 0.6 of this "undelete" program from the author's web site: http://www.stud.tu-ilmenau.de/~mojo/undelete.html And I don't see any ext2_fs_sb.h file, nor any mention of an ext2_fs_sb.h file anywhere in the distribution. As for the program, it appears to be a curses interface to what you can do with debugfs's lsdel and dump commands, subject to the limitations of ext3's and undelete. - Ted