From owner-cvs-sbin Sun Mar 1 13:28:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA05850 for cvs-sbin-outgoing; Sun, 1 Mar 1998 13:28:53 -0800 (PST) (envelope-from owner-cvs-sbin) Received: from pluto.plutotech.com (mail.plutotech.com [206.168.67.137]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA05842; Sun, 1 Mar 1998 13:28:45 -0800 (PST) (envelope-from gibbs@plutotech.com) Received: from narnia.plutotech.com (narnia.plutotech.com [206.168.67.130]) by pluto.plutotech.com (8.8.7/8.8.5) with ESMTP id OAA16556; Sun, 1 Mar 1998 14:28:45 -0700 (MST) Message-Id: <199803012128.OAA16556@pluto.plutotech.com> X-Mailer: exmh version 2.0.1 12/23/97 To: Joerg Wunsch cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/scsiformat scsiformat.sh In-reply-to: Your message of "Sun, 01 Mar 1998 12:15:04 PST." <199803012015.MAA02076@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 01 Mar 1998 14:25:47 -0700 From: "Justin T. Gibbs" Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >joerg 1998/03/01 12:15:03 PST > > Modified files: > sbin/scsiformat scsiformat.sh > Log: > Andreas Klemm reported that 2 hours are too few to format a 9 GB > Barracuda. Bump the timeout to 3 hours. > > Revision Changes Path > 1.6 +2 -2 src/sbin/scsiformat/scsiformat.sh I much better solution is to poll the drive for completion. The CAM code does this for many tape actions (rewind, erase, etc.) already. -- Justin