From owner-freebsd-questions Fri May 31 03:24:59 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA04018 for questions-outgoing; Fri, 31 May 1996 03:24:59 -0700 (PDT) Received: from diablo.ppp.de (diablo.ppp.de [193.141.101.34]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id DAA04013 for ; Fri, 31 May 1996 03:24:54 -0700 (PDT) Received: from allegro.lemis.de by diablo.ppp.de with smtp (Smail3.1.28.1 #1) id m0uPRNt-000QZbC; Fri, 31 May 96 12:24 MET DST From: grog@lemis.de (Greg Lehey) Organisation: LEMIS, Schellnhausen 2, 36325 Feldatal, Germany Phone: +49-6637-919123 Fax: +49-6637-919122 Received: (grog@localhost) by allegro.lemis.de (8.6.9/8.6.9) id LAA25854; Fri, 31 May 1996 11:55:46 +0200 Message-Id: <199605310955.LAA25854@allegro.lemis.de> Subject: Re: IDE or SCSI for home system? To: leisner@sdsp.mc.xerox.com (Marty Leisner) Date: Fri, 31 May 1996 11:55:46 +0200 (MET DST) Cc: questions@FreeBSD.org (FreeBSD Questions) In-Reply-To: <9605302135.AA28957@gnu.mc.xerox.com> from "Marty Leisner" at May 30, 96 02:35:09 pm X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Marty Leisner writes: > >> Hi- >> >> Yes...I understand that SCSI drives would give me better performance, but...at > > It depends... > > I got a seagate hawk 4gigabyte on an adaptec 1522 and a seagate IDE (I think) > on a > PB 100 Mhz pentium... > > I get about 3.5 Mbytes/second on the IDE, 1.5 Mbytes/second on the hawk... There are a couple of points to consider here: 1. The 1522 is a low-performance board. It doesn't have much advantage over IDE. 2. On a UNIX box, you do many things at the same time. File transfer speed isn't as important as it is on a simple system like DOS: you should also consider what you do in between data transfers. For a better example, try running two disk and CPU intensive programs at the same time, or time a copy from one disk to another, preferably while accessing a third disk at the same time (OK, you'll need 2 IDE controllers for that, but that's OK). Greg