LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   rm - command ?? (https://www.linuxquestions.org/questions/linux-newbie-8/rm-command-643985/)

ajeetraina 05-22-2008 04:42 AM

rm - command ??
 
Is there any way to recover file deleted by rm command

Dudydoo 05-22-2008 06:54 AM

If your filesystem is reiserfs you may have some luck with:

Code:

reiserfsck --rebuild-tree -S /dev/xxxx
Also see:

http://www.linuxquestions.org/linux/..._Recovery_Tips

ajeetraina 05-22-2008 07:20 AM

Will debugfs do the needful???

oskar 05-22-2008 07:47 AM

debugfs is your best shot.

Stop using the partition you deleted the files from right away!
Everything you do might overwrite the files.

I think you will have no trouble finding a howto.


All times are GMT -5. The time now is 12:31 AM.