From owner-freebsd-questions@FreeBSD.ORG Thu Dec 8 15:01:19 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1AAE51065673; Thu, 8 Dec 2011 15:01:19 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe05.c2i.net [212.247.154.130]) by mx1.freebsd.org (Postfix) with ESMTP id 6989B8FC14; Thu, 8 Dec 2011 15:01:18 +0000 (UTC) X-T2-Spam-Status: No, hits=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe05.swip.net (CommuniGate Pro SMTP 5.4.2) with ESMTPA id 211950569; Thu, 08 Dec 2011 16:01:16 +0100 From: Hans Petter Selasky To: Matthias Apitz Date: Thu, 8 Dec 2011 15:58:42 +0100 User-Agent: KMail/1.13.5 (FreeBSD/8.2-STABLE; KDE/4.4.5; amd64; ; ) References: <20111208063711.GA6482@tinyCurrent> <201112081540.06066.hselasky@c2i.net> <20111208145204.GA12923@tinyCurrent> In-Reply-To: <20111208145204.GA12923@tinyCurrent> X-Face: *nPdTl_}RuAI6^PVpA02T?$%Xa^>@hE0uyUIoiha$pC:9TVgl.Oq,NwSZ4V" =?iso-8859-1?q?=7CLR=2E+tj=7Dg5=0A=09=25V?=,x^qOs~mnU3]Gn; cQLv&.N>TrxmSFf+p6(30a/{)KUU!s}w\IhQBj}[g}bj0I3^glmC( =?iso-8859-1?q?=0A=09=3AAuzV9=3A=2EhESm-x4h240C=609=3Dw?= MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: <201112081558.42947.hselasky@c2i.net> Cc: freebsd-questions@freebsd.org, freebsd-usb@freebsd.org Subject: Re: restore(8) to UFS on USB key: terrible slow X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Dec 2011 15:01:19 -0000 On Thursday 08 December 2011 15:52:04 Matthias Apitz wrote: > El d=EDa Thursday, December 08, 2011 a las 03:40:06PM +0100, Hans Petter= =20 Selasky escribi=F3: > > BTW: > >=20 > > Check USB traffic with "usbdump" utility. >=20 > I don't see this 'usbdump', neither in the system nor in ports; >=20 > BTW: I've checked the dump, it contains 50.000 dirs and 200.000 files > (because of complete /usr/src and /usr/obl files incl. .svn dirs); > Is this (50.000 x mkdir(2)) to much for USB? Hi, USB can at maximum do 8000/3 512byte R/W READ_10 or WRITE_10. Usbdump is available in 8-stable and 9-stable. =2D-HPS