> (long, almost 5 minute, pause here)
> command 30
> data f07613b0 limit f07263b0 dlen 8192 status 0 error 0
> lba 231760 -> 231760, count 16 -> 16 (16)
> [0] 0x00 0x07 0x59 0x89 0x03 0xE0 0x58
data err lba lba lba lba obs Status
> 0x40: E307 0x42: C0000x48: 00
> 0x4A: 0000
> fossil: diskWriteRaw failed: /dev/sdC0/fossil: score 0x00000006: date Thu
> Jan
> 31 16:45:44 EST 2008
> part=data block 6: i/o error
>
quick reparse of the data you've given. ata command 0x30 (write
sectors) timed out after 1 minute at lba 231760 which is safely under
8GB. the status (register 7) is 0x58 which is
0x08 Drq /* waiting on your data */
0x10 Serv
0x40 Drdy
but the lba read back (assuming it's correct) is 231769. so some
progress has been made -- indicating we're getting some interrupts,
but somehow we've missed one and stalled out.
the real problem is that data > limit by 236kb. i'm not sure how this
could happen. something looks very wrong.
- erik