From owner-freebsd-questions@FreeBSD.ORG Mon May 1 23:44:01 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7EE816A432 for ; Mon, 1 May 2006 23:44:01 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 607F343D46 for ; Mon, 1 May 2006 23:44:01 +0000 (GMT) (envelope-from stapleton.41@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so1790285wxc for ; Mon, 01 May 2006 16:44:00 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=N6pDGgvehIm0Idj/Yi3fJlNZjghXLJKiC72XinDJNeBaoMlMzsPz+mXFi85347NH9r96qwmCEgbQNV4yc15ItfwzO7DhnV8IvxnV/uxmG7Zoa/xByoYlLyhT3W6YhWJ+lHa9A/PIpRkwGUFHyawLhJry7lfWA2vf3QymyKfYG9g= Received: by 10.70.74.16 with SMTP id w16mr141569wxa; Mon, 01 May 2006 16:44:00 -0700 (PDT) Received: by 10.70.76.10 with HTTP; Mon, 1 May 2006 16:44:00 -0700 (PDT) Message-ID: <80f4f2b20605011644r87563a0r9141d4a62a28b98b@mail.gmail.com> Date: Mon, 1 May 2006 19:44:00 -0400 From: "Jim Stapleton" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: dd issues 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: Mon, 01 May 2006 23:44:02 -0000 I'm trying to back up some of my software, and I'm having some problems, I found something in the archives specifying the need to set a block size of 2k or greater. This makes a backup (I've not tested it yet). My questions are: (1) Why does this work? (2) Is it possible that not using the default/found block size will cause issues? Thanks