recover data in linux removed with rm
        Posted  
        
            by 
                user3717896
            
        on Ask Ubuntu
        
        See other posts from Ask Ubuntu
        
            or by user3717896
        
        
        
        Published on 2014-06-07T13:51:43Z
        Indexed on 
            2014/06/07
            15:40 UTC
        
        
        Read the original article
        Hit count: 379
        
14.04
|data-recovery
Today i deleted my home directory (in wrong action) with:
sudo rm -rf *
And when i use extundelete i get this message:
root@ubuntu:~# sudo extundelete --restore-directory /home/hamed/ /dev/sda2WARNING: Extended attributes are not restored.
Loading filesystem metadata ... 746 groups loaded.
Loading journal descriptors ... 29931 descriptors loaded.
Searching for recoverable inodes in directory /home/hamed/ ... 
498 recoverable inodes found.
Looking through the directory structure for deleted files ... 
498 recoverable inodes still lost.
No files were undeleted.
why it can't recover?
Anyone can help me to return my Desktop, Documents and etc? I have ubuntu 14.04.
© Ask Ubuntu or respective owner