Quote:
hda: read_intr: status=0x59
hda: read_intr: error=0x40
end_request: I/O error, dev 03:03 (hda), sector 0


Ouch. Bad first sector on partition #3.

EDIT: /dev/hda3 (03:03) is the dynamic data partition. Try this to "fix" the error:
dd if=/dev/zero of=/dev/hda3 bs=512 count=1


That should fix it.

Cheers


Edited by mlord (02/06/2005 22:55)