From owner-freebsd-questions@freebsd.org Fri Dec 30 20:38:51 2016 Return-Path: Delivered-To: freebsd-questions@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 62CD5C985F9 for ; Fri, 30 Dec 2016 20:38:51 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 2ED0F15B4 for ; Fri, 30 Dec 2016 20:38:51 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id uBUKciEC051460 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 30 Dec 2016 13:38:44 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id uBUKchUb051446; Fri, 30 Dec 2016 13:38:44 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Fri, 30 Dec 2016 13:38:43 -0700 (MST) From: Warren Block To: Heikki Lindholm cc: freebsd-questions@freebsd.org Subject: Re: Fwd: system -invalid argument 1m #### dd if=FreeBSD-11-RELEASE-amd64-memstick.img of=/dev/sdb1 bs=1M conv=sync In-Reply-To: <58626529.6000308@saunalahti.fi> Message-ID: References: <1482839506.750175.830376089.44208950@webmail.messagingengine.com> <58626529.6000308@saunalahti.fi> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.6.1 (wonkity.com [127.0.0.1]); Fri, 30 Dec 2016 13:38:44 -0700 (MST) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2016 20:38:51 -0000 On Tue, 27 Dec 2016, Heikki Lindholm wrote: > Needs to be > > dd ... bs=1000000 > > Not every dd understands bs=1M True, but in this case not quite the problem. Note what the user said they typed ("1M") does not match the error message ("1m"). In short, Linux dd pretends to not understand a lower case "m" as megabytes. Why Linux is strict here, I don't know. FreeBSD's dd accepts upper or lower-case "m".