Date: Fri, 30 Dec 2016 13:38:43 -0700 (MST) From: Warren Block <wblock@wonkity.com> To: Heikki Lindholm <holindho@saunalahti.fi> 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 Message-ID: <alpine.BSF.2.20.1612301336210.46964@wonkity.com> In-Reply-To: <58626529.6000308@saunalahti.fi> References: <1482839506.750175.830376089.44208950@webmail.messagingengine.com> <58626529.6000308@saunalahti.fi>
next in thread | previous in thread | raw e-mail | index | archive | help
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".
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.20.1612301336210.46964>