From owner-freebsd-doc@freebsd.org Sat Nov 14 19:41:02 2015 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2CFC4A2F7F4 for ; Sat, 14 Nov 2015 19:41:02 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-wm0-x22c.google.com (mail-wm0-x22c.google.com [IPv6:2a00:1450:400c:c09::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BAB811E0A for ; Sat, 14 Nov 2015 19:41:01 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: by wmww144 with SMTP id w144so66259783wmw.1 for ; Sat, 14 Nov 2015 11:40:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=3w/6upDgxcx9ii4oIJPM2kRz5W8hi0cSS5C1NDjKAuU=; b=UA8+zMCNZqQFEv06rd6mwugh1qtR01Jzeweyh94KVUTCXvyTy67NjPK7XAcCFkvhvQ lnh9WD8HHjOU6QlbuPRms8/2oUyzkZ4ku8mn6XBxewTp80Bu2hx4Pp6K56fyIuKdgIIL SMErl+1DcU2cXmQRQcX0yoUIA5gwBPdxub4n9eThMPaoF1XJQbhpdAngxiQRFUHA5eoV cBxNTRCwcMX69wGF+7S1NW9vIpqptuXqaxRXQAxGVnFl3WvjUPZFwnShvGHGrkmDDDq7 P5euMxzGJwX5cZRDhQywQR8ORyFEWSZ1AZeiXfjrDDW9uj81NBfa3n8DIb+Ia+aOP/WZ ln0Q== MIME-Version: 1.0 X-Received: by 10.28.129.82 with SMTP id c79mr11142258wmd.80.1447530059202; Sat, 14 Nov 2015 11:40:59 -0800 (PST) Received: by 10.194.16.231 with HTTP; Sat, 14 Nov 2015 11:40:59 -0800 (PST) In-Reply-To: <306287979.5182807.1447525386292.JavaMail.yahoo@mail.yahoo.com> References: <306287979.5182807.1447525386292.JavaMail.yahoo.ref@mail.yahoo.com> <306287979.5182807.1447525386292.JavaMail.yahoo@mail.yahoo.com> Date: Sat, 14 Nov 2015 13:40:59 -0600 Message-ID: Subject: Re: Handbook wrong code mistake From: Adam Vande More To: =?UTF-8?B?w5ZtZXIgR8O8bG1lbg==?= Cc: "freebsd-doc@FreeBSD.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 19:41:02 -0000 On Sat, Nov 14, 2015 at 12:23 PM, =C3=96mer G=C3=BClmen wrote: > Hi dude > > 2.3.1.1. Writing an Image File to USB > > you wrote as:# dd if=3DFreeBSD-10.2-RELEASE-amd64-memstick.img of=3D/dev/= da0 > bs=3D1m conv=3Dsync > > But it has to be on linux "bs=3D1M" not "bs=3D1m". Change it with capita= l > one. Do not understand? inform me ;) > > The command you reference is meant to be run on FreeBSD systems. If you have a different operating system, you'll have to adjust accordingly. --=20 Adam