From owner-freebsd-questions@FreeBSD.ORG Fri Nov 21 08:42:54 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8CADE1065674 for ; Fri, 21 Nov 2008 08:42:54 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id BB3218FC21 for ; Fri, 21 Nov 2008 08:42:53 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.3/8.14.2) with ESMTP id mAL8gm51019937; Fri, 21 Nov 2008 09:42:48 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.3/8.14.2/Submit) with ESMTP id mAL8gmxp019934; Fri, 21 Nov 2008 09:42:48 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Fri, 21 Nov 2008 09:42:48 +0100 (CET) From: Wojciech Puchar To: Valentin Bud In-Reply-To: <139b44430811202326j6eafb93fgde2a55c1564da68f@mail.gmail.com> Message-ID: <20081121094146.P19920@wojtek.tensor.gdynia.pl> References: <02c801c94b40$4b6a2f10$e23e8d30$@za.net> <20081120204756.O16829@wojtek.tensor.gdynia.pl> <20081120222909.K17356@wojtek.tensor.gdynia.pl> <139b44430811202326j6eafb93fgde2a55c1564da68f@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: questions@freebsd.org, Marcel Grandemange , Tsu-Fan Cheng Subject: Re: ZFS Recovery Tools 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: Fri, 21 Nov 2008 08:42:54 -0000 > What does MAXPHYS mean (yes max raw I/O transfer) and do? A little > bit more specific if you may. how large can be single read from disk. when you say read 2 files in the same time, FreeBSD will readahead at most MAXPHYS from one file, then from file 2, from file 1 etc. 128kB/s is way too much for todays drives, that can read 1MB within one access time.