From owner-freebsd-questions Mon May 1 05:01:55 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id FAA22245 for questions-outgoing; Mon, 1 May 1995 05:01:55 -0700 Received: from dtr.com (dtr.rain.com [204.119.8.19]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id FAA22222 for ; Mon, 1 May 1995 05:01:48 -0700 From: bmk@dtr.com Received: (from bmk@localhost) by dtr.com (8.6.11/8.6.9) id EAA14572; Mon, 1 May 1995 04:51:30 -0700 Message-Id: <199505011151.EAA14572@dtr.com> Subject: Re: formatting a scsi disk To: dufault@hda.com (Peter Dufault) Date: Mon, 1 May 1995 04:51:29 -0700 (PDT) Cc: bmk@dtr.com, john@starfire.mn.org, questions@FreeBSD.org In-Reply-To: <199505011112.HAA20810@hda.com> from "Peter Dufault" at May 1, 95 07:12:14 am Reply-To: bmk@dtr.com X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 818 Sender: questions-owner@FreeBSD.org Precedence: bulk > bmk@dtr.com writes: > > > > Can't get it to work here, any clues? > It turns out that commands with no data have never worked via "scsi" > (yikes). That is fixed in -current, and I'm on to two new problems: > 1. We need to be able to specify the timeout (the default is 2 > seconds, which is not going to work well for formatting your disks) > 2. We need to account for disks that can't be opened by the disk driver > before formatting. So... I guess my next question is how can I reformat a problematic SCSI disk since I'm running SNAP-0412 and not current. The controller is a Buslogic 445 - and they don't provide a SCSI format utility. If it's necessary, I can format the disk on an Adaptec 1542 (which does have a formatter), but I'd rather not do that, since it'd involve disassembling two machines.