Tell me more ×
Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.

Possible Duplicate:
Recover formatted ext3 partition
Recover ext3 files from hard disk with bad sector

I found out the inode information of the most important directory of my server was corrupted, and I couldn't access its files.

My file system is EXT3

I tried fsck on the image of partition, no success.

I tried dd_rhelp, it doesn't any effect.

I tried debugfs , run rdump corrupted-inode-dir native-dir , but it doesn't work without any error.

How can I recover my data in this directory? or repair its inode information?

share|improve this question

marked as duplicate by jordanm, jasonwryan, Shadur, Renan, Gilles Jan 12 at 23:00

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

Browse other questions tagged or ask your own question.