Hi all,
Under SUSE 9.2, I was downloading files to the bootable partition; At a point, the system hung. I shut the power down the hard way (manually), then when rebooting the system was stuck in a loop at the login screen: I log in and it brings me back to the same login screen. The 2nd reboot was clearly showing a warning concerning the stability of the system on the same login screen (with the same loop behavior).
The 3rd reboot was fatal: Grub didn't load correctly. Instead, it gives a minimal bash like command line with an error message: ERROR 18 about the partition size being bigger than what BIOS can handle. The problem was then clear; My partition was full and that corrupted it somehow.
Next, I booted from a knoppix live-cd which couldn't mount my partition saying it is not a valid ext2. I then ran mke2fs -n to get the backup superblocks and try to fix the problem with e2fsck -b and the backup superblocks that mke2fs listed.

It didn't work!
At this point I'm starting to panic as I have quite valuable data on it and I didn't back them up.
Any tools that you could suggest?
Thanks in advance guys