From owner-freebsd-questions Tue Nov 10 14:30:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA27029 for freebsd-questions-outgoing; Tue, 10 Nov 1998 14:30:59 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA27021 for ; Tue, 10 Nov 1998 14:30:53 -0800 (PST) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id OAA21915; Tue, 10 Nov 1998 14:30:21 -0800 (PST) (envelope-from dwhite@resnet.uoregon.edu) Date: Tue, 10 Nov 1998 14:30:21 -0800 (PST) From: Doug White To: Hendra Sentono cc: freebsd-questions@FreeBSD.ORG Subject: Re: SCSI HDD Error?? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 10 Nov 1998, Hendra Sentono wrote: > I have a 2.2.7 system (it's a PPro 200Mhz with onboard SCSI controller - > ncr:0:0 ??) > that suddenly going down. It runs a squid proxy server and after the > machine booted up again, there came error messages with 4 times retries > > Nov 10 15:04:05 ns1 /kernel: asc:11,0 Unrecovered read error field > replaceable unit: ea sks:80,85 > Nov 10 15:04:05 ns1 /kernel: , FAILURE > > The error messages also mentioned something about the cluster number where > the error had occured. Do you have any suggestions to solve this problem? It's a bad sector on the disk. Execute the command scsi -f /dev/rsd0 -m 1 -P 0 Make sure AWRE and ARRE are enabled. If not, run scsi -f /dev/rsd0 -m 1 -P 3 -e and change the 0 to 1. Change sd0 to the disk in question. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message