Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I wish to recover a deleted file from my ext2 partition. The tools extundelete and testdisk are unsuccessful.

Now I try to use debugfs as

$ debugfs /dev/sda5

but I get Permission denied while opening filesystem. Now if I run it with sudo or in a root shell, then I do not even get a prompt in debugfs and only Ctrl+Cworks.

How can I recover my file from ext2 partition? How can I make debugfs work? Is what happens in my case a bug?

share|improve this question
the tool named e2undel did it, if you want to recover from ext2, this is the way: e2undel.sourceforge.net – nlognfan Aug 26 '12 at 16:45

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.