From owner-freebsd-usb@FreeBSD.ORG Sun Jan 16 16:32:38 2005 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C25516A4E4 for ; Sun, 16 Jan 2005 16:32:38 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9610143D45 for ; Sun, 16 Jan 2005 16:32:37 +0000 (GMT) (envelope-from babak.ashrafi@gmail.com) Received: by rproxy.gmail.com with SMTP id r35so141076rna for ; Sun, 16 Jan 2005 08:32:36 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=BI+EiKtZ9AhDiGXAT0LuM0lSRCHLKony8bMAjMzaJ8/3E9av30jQxXwf61E6GBB7988XQyHmaa187b4NkaUa34EbrKMMSqLLg99VnuxLXtUQXFL0Tf+SMn9GqxJDSK+y/H0RyGu6qpEO8O0RJuz0iXyA2pdktzICzWcBW1HaTkQ= Received: by 10.38.81.75 with SMTP id e75mr411874rnb; Sun, 16 Jan 2005 08:32:36 -0800 (PST) Received: by 10.38.73.27 with HTTP; Sun, 16 Jan 2005 08:32:36 -0800 (PST) Message-ID: <75322a58050116083243499650@mail.gmail.com> Date: Sun, 16 Jan 2005 11:32:36 -0500 From: Babak Ashrafi To: freebsd-usb@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: long idle times X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Babak Ashrafi List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Jan 2005 16:32:38 -0000 I recently upgraded to 5.3-RELEASE without any problem other than this: I have an external USB HD. It literary takes minutes to mount the ufs volume on the drive. There is more than 100G of data on that drive that was written about a year ago. That would have been FreeBSD 4.6 or 4.7, I think. After more than 24 hours of copying it back using tar, only 8G were copied and I gave up. Iozone gives perfectly respectable read and write numbers for the USB disk, but there are long long long pauses between each read or write. When I test my internal disks, there are no such pauses. I have similar problems with an USB CDRW and a CF reader. In all cases it eventually works, just unusably slow. Here is the relevant part of dmesg: usb0: on ohci0 usb0: USB revision 1.0 uhub0: OPTi OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered Is there some configuration I am missing? Any advice much appreciated.