From owner-freebsd-questions Thu Nov 12 15:52:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA14015 for freebsd-questions-outgoing; Thu, 12 Nov 1998 15:52:19 -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 PAA13965 for ; Thu, 12 Nov 1998 15:52:12 -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 PAA15594; Thu, 12 Nov 1998 15:51:32 -0800 (PST) (envelope-from dwhite@resnet.uoregon.edu) Date: Thu, 12 Nov 1998 15:51:31 -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 Wed, 11 Nov 1998, Hendra Sentono wrote: > > > 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 > > > > > 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. > > Does this mean I only have to check whether AWRE and ARRE are enabled and > the OS will do the rest (auto reallocate files in bad sectors and mark the > sectors as bad)? Yes -- you'll have to access the file(s) again to get them to remap, but after that they should be okay. 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