From owner-freebsd-geom@FreeBSD.ORG Tue Aug 18 13:27:09 2009 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4EBF8106568D for ; Tue, 18 Aug 2009 13:27:09 +0000 (UTC) (envelope-from gcubfg-freebsd-geom@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id CD8B08FC43 for ; Tue, 18 Aug 2009 13:27:08 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.50) id 1MdOiJ-0004qs-8G for freebsd-geom@freebsd.org; Tue, 18 Aug 2009 15:26:59 +0200 Received: from lara.cc.fer.hr ([161.53.72.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 18 Aug 2009 15:26:59 +0200 Received: from ivoras by lara.cc.fer.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 18 Aug 2009 15:26:59 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-geom@freebsd.org From: Ivan Voras Date: Tue, 18 Aug 2009 15:26:28 +0200 Lines: 14 Message-ID: References: <3E2345AC-55AD-4D23-B76C-B0C37CB62A51@gromit.dlib.vt.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: lara.cc.fer.hr User-Agent: Thunderbird 2.0.0.22 (X11/20090817) In-Reply-To: <3E2345AC-55AD-4D23-B76C-B0C37CB62A51@gromit.dlib.vt.edu> Sender: news Subject: Re: ZFS slow write performance X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Aug 2009 13:27:09 -0000 Paul Mather wrote: > Currently, I am just trying to rsync data locally from a read-only > UFS2-mounted USB-attached hard drive, and am getting (IMHO) poor write > speeds of only about 5 MiB/sec. I can't figure out why this is so > relatively low. > Any help or advice is appreciated. There could be many reasons, but you will have to dig more to find them. For example, it might be just that USB has a greater latency and it interferes with some assumptions, but it's only a guess. Try 8.0-BETA2, it has both new ZFS and new USB code.