I have found in debugfs the following command : ls -d which list deleted entries deleted entries inode : <inode> (???) filename how can I link those inode to a new filename? how can I know with block are used by those inodes? do ext3 use contigues block? Yves > -----Message d'origine----- > De : Stephen C. Tweedie [mailto:sct@redhat.com] > Envoye : mercredi 5 juin 2002 13:32 > A : Yves Crespin > Cc : ext3-users@redhat.com > Objet : Re: Help! I need to undelete files on EXT3 > > > Hi, > > On Wed, Jun 05, 2002 at 11:24:57AM +0200, Yves Crespin wrote: > > > I have remove files on my current directory ... > > I'm using RCS, but I have loose a working day! > > How can I recover deleted files? (inode with link counter at zero?) > > Actually, I just remount the partition on read-only mode. > > There is no automatable way. Your best chance is probably to use a > disk editor to search for the freed disk blocks containing the data. > > --Stephen