From owner-freebsd-questions Fri Jan 24 09:22:06 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA08079 for questions-outgoing; Fri, 24 Jan 1997 09:22:06 -0800 (PST) Received: from server3.syd.mail.ozemail.net (server3.syd.mail.ozemail.net [203.108.7.41]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA08074 for ; Fri, 24 Jan 1997 09:22:03 -0800 (PST) Received: from oznet02.ozemail.com.au (oznet02.ozemail.com.au [203.2.192.124]) by server3.syd.mail.ozemail.net (8.8.4/8.6.12) with ESMTP id EAA06902; Sat, 25 Jan 1997 04:21:57 +1100 (EST) Received: from slmel3p37.ozemail.com.au (slmel3p37.ozemail.com.au [203.108.201.53]) by oznet02.ozemail.com.au (8.8.4/8.6.12) with SMTP id EAA09416; Sat, 25 Jan 1997 04:18:59 +1100 (EST) Received: by slmel3p37.ozemail.com.au with Microsoft Mail id <01BC0A76.D1901270@slmel3p37.ozemail.com.au>; Sat, 25 Jan 1997 04:18:29 +1100 Message-ID: <01BC0A76.D1901270@slmel3p37.ozemail.com.au> From: Richard Lyon To: bsd , "'Robert Chalmers'" Cc: "'rlyon'" Subject: RE: SCSI verify media? will it destroy the data? Date: Sat, 25 Jan 1997 04:09:40 +1100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by freefall.freebsd.org id JAA08075 Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, ---------- From: Robert Chalmers Subject: SCSI verify media? will it destroy the data? Does anyone know if a SCSI AHA-1540C controllers, Verify Media command will leave the disk intact, apart from relocated badtracks/sectors, or is it a destructive scan? I have a SCSI disk showing bad-sector errors, and I dont want to have to do a complete rebuild if I can help it. ---------- With the 1542 the verify media command is destructive. The bios diagnostics notify you of this and give you a chance to back out. I assume the 1540 will behave in a similar fashion. Regards ...