Hi,
I had a power problem with my laptop that was forcing many restarts, at one point the partitions were corrupted.
I tried to check the file system using 'fsck -y /dev/sda7' and I could mount the partition, unfortunately the inode table seems missing, as all the files/directories are in lost+found.
It seems all the files exist but in lost+found, I want to try to restore the directory hierarchy, so if anyone can suggest anything that would be great.
I have tried the process from here
http://linuxexpresso.wordpress.com/2...ock-in-ubuntu/
but it didn't work on the partitions that I already ran fsck on, but it worked on the other ones that I didn't previously ran fsck on.
So any suggestions?