Hard disk failure?
I beleive my hard disk is corrupted in someway and was wondering if I could do something to correct this or at least access the disk to get some files of it.
Initial problems arose when the server (running Fedora 3) was rebooted and the startup stopped with at a grub command prompt. The server has just one disk with 2 partitions.
From grub I get the following information:
Partition num 0, Filesystem type is ext2fs, partition type 0x83
Partition num 1, Error 18: Selected cylinder exceeds maximum supported by BIOS
root (hd0,0)
kernel /vmlinuz
Gives Error 25: Disk read error
root (hd0,1)
Gives Filesystem type unknown, partition type 0x82
I tried linux rescue from the Fedora Cd but it was unable to find any Linix partitions. From the command prompt I get:
fsdisk -l returns nothing
fsdisk /dev/hda returns Unable to read /dev/hda
Looking at syslog there are a lot of lines such as:
<4>hda: dma_intr: status=0x51 {DriveReady SeekComplete Error}
<4>hda: dma_intr: errorr=0x40 {Uncorrectable Error}, LBAsect=71, sector=0
<4>ide: failed opcode was: unknown
<4>end_request: I/O error, dev hda, sector 0
This is repeated for other sectors.
I tried to mount the drive in Knoppix but the error was "I was unable to determine the filesystem type".
Any ideas?
|