Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jul 2009 15:24:57 -0600 (MDT)
From:      Scott Long <scottl@samsco.org>
To:        Mike Tancsa <mike@sentex.net>
Cc:        Alexander Motin <mav@FreeBSD.org>, FreeBSD-Current <freebsd-current@FreeBSD.org>, scottl@FreeBSD.org
Subject:   Re: RFC: ATA to CAM integration patch (INTEL  DX58SO)
Message-ID:  <20090706152351.S26418@pooker.samsco.org>
In-Reply-To: <200907062118.n66LIGRg043316@lava.sentex.ca>
References:  <4A4517BE.9040504@FreeBSD.org> <200906272303.n5RN3rTi070177@lava.sentex.ca> <4A471F44.7010108@FreeBSD.org> <200907021859.n62IxghN009931@lava.sentex.ca> <4A4D0B7E.8060503@FreeBSD.org> <200907022117.n62LHrvZ010791@lava.sentex.ca> <200907031326.n63DQCGM016627@lava.sentex.ca> <4A4E0D51.3080904@FreeBSD.org> <200907031413.n63ED2jl016885@lava.sentex.ca> <4A4E1525.2040809@FreeBSD.org> <200907031430.n63EUMH1016965@lava.sentex.ca> <4A4E1A6C.3090605@FreeBSD.org> <200907031858.n63IwDIt018455@lava.sentex.ca> <4A4E5C82.9070209@FreeBSD.org> <7.1.0.9.0.20090703165005.196d3ba0@sentex.net> <200907050030.n650UkEu028408@lava.sentex.ca> <4A504B0C.2060406@FreeBSD.org> <200907062118.n66LIGRg043316@lava.sentex.ca>

next in thread | previous in thread | raw e-mail | index | archive | help


On Mon, 6 Jul 2009, Mike Tancsa wrote:

> At 02:41 AM 7/5/2009, Alexander Motin wrote:
>>> Jul  4 20:25:57 ich10 kernel: ahcich2: ahci_ch_intr ERROR is 40000001 cs 
>>> 00000004 ss 00000000 rs 00000004 tfd 451 serr 00000000
>> 
>> This is AHCI driver debugging. I've removed it in latest patch. In this 
>> case it means that drive signals some command error.
>
>
> Hi,
>
> With the latest patch (cam-ata.20090704.patch), writing to the disk with 
> physical errors looks like this now
>
> Jul  6 13:56:17 ich10 last message repeated 4 times
> Jul  6 13:56:17 ich10 kernel: g_vfs_done():ada2[READ(offset=42003431424, 
> length=16384)]error = 5
> Jul  6 13:56:17 ich10 kernel: ahcich2: Error while READ LOG EXT
> Jul  6 13:56:17 ich10 last message repeated 4 times
> Jul  6 13:56:17 ich10 kernel: g_vfs_done():ada2[READ(offset=42196107264, 
> length=16384)]error = 5
> Jul  6 13:56:17 ich10 kernel: ahcich2: Error while READ LOG EXT
> Jul  6 13:56:17 ich10 last message repeated 4 times
> Jul  6 13:56:17 ich10 kernel: g_vfs_done():ada2[READ(offset=42388783104, 
> length=16384)]error = 5
> Jul  6 13:56:17 ich10 kernel: ahcich2: Error while READ LOG EXT
> Jul  6 13:56:17 ich10 last message repeated 4 times
> Jul  6 13:56:17 ich10 kernel: g_vfs_done():ada2[READ(offset=42581458944, 
> length=16384)]error = 5
> Jul  6 13:56:17 ich10 kernel: ahcich2: Error while READ LOG EXT
> Jul  6 13:56:17 ich10 last message repeated 4 times
> Jul  6 13:56:17 ich10 kernel: g_vfs_done():ada2[READ(offset=42774134784, 
> length=16384)]error = 5
> Jul  6 13:56:17 ich10 kernel: ahcich2: Error while READ LOG EXT
> Jul  6 13:56:18 ich10 last message repeated 4 times
> Jul  6 13:56:18 ich10 kernel: g_vfs_done():ada2[READ(offset=42966810624, 
> length=16384)]error = 5
> Jul  6 13:56:18 ich10 kernel: ahcich2: Error while READ LOG EXT
> Jul  6 13:56:18 ich10 last message repeated 4 times
>
> Still the box does a panic when writing to the disk that has bad sectors on 
> it. (I do newfs it between reboots).   Again, not sure if this is a "well, 
> dont use a bad disk", but here is the panic again in case it shows something 
> useful.
>

This is a 'don't use a bad disk' panic; FreeBSD UFS and VM simply can't 
handle errors on reads or writes.

Scott



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090706152351.S26418>