Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Feb 1996 02:50:42 -0800 (PST)
From:      "JULIAN Elischer" <julian@ref.tfs.com>
To:        hsu@freefall.freebsd.org (Jeffrey Hsu)
Cc:        hackers@freefall.freebsd.org
Subject:   Re: wierd scsi error message
Message-ID:  <199602251050.CAA10670@ref.tfs.com>
In-Reply-To: <199602242300.PAA25652@freefall.freebsd.org> from "Jeffrey Hsu" at Feb 24, 96 03:00:17 pm

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> 
> Okay, now that I know what the message means, the $24,000 question is how
> do I identify the file for which this write failed?
> 
> Feb 24 02:24:15 armour /kernel: sd0(uha0:0:0): Deferred Error: HARDWARE FAILURE 
> info:327900 asc:3,0 Peripheral device write fault field replaceable unit: 11 sks:80,19
> 
> 
The error occured during an operation for which a successful
status had already been returned to the driver.. I would guess that
this was a write-behind operation and that teh write could not succeed.
Asa guess the AWRE (or whatever it is) bit was not set in hte drive
config, otherwise it should have silently remapped the bad block.
(unless it wasn't a media error).
Probably the info field contains the block number that
was being written (in absolute numbers). I don't know the base off hand
(16 or 10) I guess 10.




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