LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   UNDELETE utility (https://www.linuxquestions.org/questions/linux-software-2/undelete-utility-43430/)

plisken 01-30-2003 06:20 PM

UNDELETE utility
 
I am looking for a good undelete utility, there must be one out there.

All comments appreciated...

Thanks

xiaoxizhen 01-30-2003 07:03 PM

You can undelete manually.
Step 1: Stop write your hd,
Step 2: type
root#debugfs /dev/hda1
I suppose the file you want to recover is on /dev/hda1 .
Step 3:
debugfs:lsdel
list the file you delete recently.
pay more attention on file's inode,
debugfs:dump <file inode> yourhome
then you will find file in yourhome directory.


All times are GMT -5. The time now is 09:53 PM.