On Thu, May 04, 2006 at 07:18:38AM -0700, UZAIR LAKHANI wrote: > Is there any way to recover the deleted files from a > folder in ext3 partition. Basically in one directory, > I gave the command (rm -rf *) and all the files and > folders of this directory are lost. How to recover > these. I had once found an article regarding > un-deleting ext2 files. It *should* work the same, though the the last time I tried such a recovery from and ext3 filesystem, ext3 made it particularly hard cause it zeros most of the inode on delete (including ext3_inode->i_block[]). Ext2 leaves much more information behind. You could try with the undelfs feature in Midnight Commander, but first be sure to mount the filesystem read-only in order to avoid any further changes. Erik -- +-- Erik Mouw -- www.harddisk-recovery.com -- +31 70 370 12 90 -- | Lab address: Delftechpark 26, 2628 XH, Delft, The Netherlands - To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html