From owner-freebsd-questions@FreeBSD.ORG Mon Nov 23 00:32:29 2009 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 92088106566B for ; Mon, 23 Nov 2009 00:32:29 +0000 (UTC) (envelope-from rfg@tristatelogic.com) Received: from outgoing.tristatelogic.com (segfault.tristatelogic.com [69.62.255.118]) by mx1.freebsd.org (Postfix) with ESMTP id 750718FC0A for ; Mon, 23 Nov 2009 00:32:29 +0000 (UTC) Received: from segfault-nmh-helo.tristatelogic.com (localhost [127.0.0.1]) by segfault.tristatelogic.com (Postfix) with ESMTP id 19CBCBDC46 for ; Sun, 22 Nov 2009 16:32:29 -0800 (PST) To: freebsd-questions@freebsd.org In-Reply-To: <20091121015230.cf2c15dd.freebsd@edvax.de> Date: Sun, 22 Nov 2009 16:32:29 -0800 Message-ID: <22340.1258936349@tristatelogic.com> From: "Ronald F. Guilmette" Subject: Re: BTX Loader crashes -- Help wanted 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, 23 Nov 2009 00:32:29 -0000 In message <20091121015230.cf2c15dd.freebsd@edvax.de>, Polytropon wrote: >On Fri, 20 Nov 2009 15:48:34 -0800, "Ronald F. Guilmette" om> wrote: >> But I have one question. The author sez to do this: >> >> dd if=8.0-BETA1-amd64-memstick.img of=/dev/da0 bs=10240 conv=sync >> >> I just want to know what the effect of conv=sync and why it might be >> necessary. >... >it appears that the data is ensured to be "properly >aligned" with a possibly different block size on the >source or target media. As far as I remember, not >giving the bs= argument would result in a default >block size of 512 bytes which may - but don't ask >me why - lead to a non-functioning target USB stick. Actually, I already _did_ ask why.