Hello;
I have Mysql server on Fedora 8.
After a miserable electiricity cut, mysql service can not be started

I found out that I can not copy the data file of mysql.
Such:
[root@localhost mysql]# cp ibdata1 ggg
cp: reading `ibdata1': Input/output error
I tried fsck, and fixed 4-5 parts by saying yes whatever asked.
But problem is not fixed.
What can I do?
Thanks in advance