From owner-freebsd-stable@FreeBSD.ORG Tue Sep 23 10:31:36 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D14516A4B3 for ; Tue, 23 Sep 2003 10:31:36 -0700 (PDT) Received: from hyperreal.org (taz3.hyperreal.org [209.237.226.90]) by mx1.FreeBSD.org (Postfix) with SMTP id 63B2443FF3 for ; Tue, 23 Sep 2003 10:31:35 -0700 (PDT) (envelope-from brian@hyperreal.org) Received: (qmail 53468 invoked from network); 23 Sep 2003 17:31:36 -0000 Received: from localhost.hyperreal.org (HELO fez.hyperreal.org) (127.0.0.1) by localhost.hyperreal.org with SMTP; 23 Sep 2003 17:31:36 -0000 Received: (qmail 12185 invoked by uid 1000); 23 Sep 2003 17:31:32 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 23 Sep 2003 17:31:32 -0000 Date: Tue, 23 Sep 2003 10:31:32 -0700 (PDT) From: Brian Behlendorf To: Doug White In-Reply-To: <20030923091649.F86981@carver.gumbysoft.com> Message-ID: <20030923102845.I10424@fez.hyperreal.org> References: <20030922120422.W8800@fez.hyperreal.org> <20030923091649.F86981@carver.gumbysoft.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: localhost.hyperreal.org 1.6.2 0/1000/N cc: stable@freebsd.org Subject: Re: tuning parameters for parallel access to umass devices? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Sep 2003 17:31:36 -0000 On Tue, 23 Sep 2003, Doug White wrote: > On Mon, 22 Sep 2003, Brian Behlendorf wrote: > > > It looks like copying files over USB to a umass device causes other I/O > > attempts to be blocked for an unreasonable (10-20 seconds) amount of time. > > Here's the device in question: > > On the volume being copied to, or another volume? On the volume being copied to (or from) - that is, while moving a big file to/from such a device, doing an 'ls' or other operations on that device are delayed. > > da2: 650KB/s transfers > > Don't forget that this isn't much faster than a floppy disk, and flash I/O > is pretty slow anyway. Granted. This is do a hard drive that can definitely handle it - mounting the same drive (Maxtor 5000XT) over firewire works brilliantly - the full 50MB/s transfer speed, and parallel operations are fine. I just don't have fw everywhere. Brian