From owner-freebsd-hackers Wed Nov 22 14:28:46 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA16521 for hackers-outgoing; Wed, 22 Nov 1995 14:28:46 -0800 Received: from ibp.ibp.fr (ibp.ibp.fr [132.227.60.30]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id OAA16503 for ; Wed, 22 Nov 1995 14:28:40 -0800 Received: from blaise.ibp.fr (blaise.ibp.fr [132.227.60.1]) by ibp.ibp.fr (8.6.12/jtpda-5.0) with ESMTP id XAA10623 ; Wed, 22 Nov 1995 23:28:13 +0100 Received: from (uucp@localhost) by blaise.ibp.fr (8.6.12/jtpda-5.0) with UUCP id XAA27182 ; Wed, 22 Nov 1995 23:28:12 +0100 Received: (from roberto@localhost) by keltia.freenix.fr (8.7.1/keltia-uucp-2.6) id XAA11384; Wed, 22 Nov 1995 23:21:14 +0100 (MET) From: Ollivier Robert Message-Id: <199511222221.XAA11384@keltia.freenix.fr> Subject: Re: AWRE/ARRE, was: Help! I got a bad block.... To: gfoster@gfoster.com (Glen Foster) Date: Wed, 22 Nov 1995 23:21:13 +0100 (MET) Cc: hackers@freebsd.org In-Reply-To: <199511221503.KAA03720@nomad.osmre.gov> from "Glen Foster" at Nov 22, 95 10:03:24 am X-Operating-System: FreeBSD 2.2-CURRENT ctm#1354 X-Mailer: ELM [version 2.4 PL24 ME8b] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org Precedence: bulk It seems that Glen Foster said: > From owner-freebsd-hackers@freefall.freebsd.org Wed Nov 22 18:39:00 1995 > Return-Path: owner-freebsd-hackers@freefall.freebsd.org > Received: (from uucp@localhost) by keltia.freenix.fr (8.7.1/keltia-uucp-2.6) with UUCP id SAA10477 for roberto; Wed, 22 Nov 1995 18:39:00 +0100 (MET) > Received: from ibp.ibp.fr (ibp.ibp.fr [132.227.60.30]) > by blaise.ibp.fr (8.6.12/jtpda-5.0) with ESMTP id SAA26155 > for ; Wed, 22 Nov 1995 18:04:00 +0100 > Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [192.216.222.4]) > by ibp.ibp.fr (8.6.12/jtpda-5.0) with ESMTP id SAA04169 > for ; Wed, 22 Nov 1995 18:03:57 +0100 > Received: from localhost (daemon@localhost) > by freefall.freebsd.org (8.6.12/8.6.6) with SMTP id HAA17739 > ; Wed, 22 Nov 1995 07:07:43 -0800 > Received: (from root@localhost) > by freefall.freebsd.org (8.6.12/8.6.6) id HAA17492 > for hackers-outgoing; Wed, 22 Nov 1995 07:03:56 -0800 > Received: from nomad.osmre.gov (nomad.osmre.gov [192.243.129.244]) > by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id HAA17477 > for ; Wed, 22 Nov 1995 07:03:46 -0800 > Received: (from gfoster@localhost) by nomad.osmre.gov (8.6.11/8.6.9) id KAA03720; Wed, 22 Nov 1995 10:03:24 -0500 > Date: Wed, 22 Nov 1995 10:03:24 -0500 > From: Glen Foster > Message-Id: <199511221503.KAA03720@nomad.osmre.gov> > To: hackers@freebsd.org > Subject: AWRE/ARRE, was: Help! I got a bad block.... > Sender: owner-hackers@freebsd.org > Precedence: bulk > > > So to what do you set AWRE and ARRE to turn them on? 1? I looked > through all the scsi stuff I could find but didn't find anything that > documented the options and permissable values, (maybe I'm perceptively > and/or cognitively challenged). If one of the SCSI gurus could point > me to this info., I'd appreciate it! Look into scsi(8). You'll see that to display SCSI pages you need to do scsi -m page# -f /dev/rsd#c and that to change the saved values of a page's parameters, you need to add -P 3 to the preceding command line. To change both AWRE and ARRE parameters for sd0, you 'll have to issue the following command, change the values into your editor and save them. scsi -f /dev/rsd0c -m 1 -P 3 -- Ollivier ROBERT -=- The daemon is FREE! -=- roberto@keltia.frmug.fr.net FreeBSD keltia.freenix.fr 2.2-CURRENT #7: Mon Nov 6 21:08:06 MET 1995