From owner-freebsd-questions@freebsd.org Tue Dec 27 22:44:40 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 C6647C9318C for ; Tue, 27 Dec 2016 22:44:40 +0000 (UTC) (envelope-from milstar2@eml.cc) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 938B41F7C for ; Tue, 27 Dec 2016 22:44:39 +0000 (UTC) (envelope-from milstar2@eml.cc) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id F228220D19 for ; Tue, 27 Dec 2016 17:44:32 -0500 (EST) Received: from web2 ([10.202.2.212]) by compute1.internal (MEProxy); Tue, 27 Dec 2016 17:44:32 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=eml.cc; h= content-transfer-encoding:content-type:date:from:message-id :mime-version:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= mesmtp; bh=6o9eobRbDEMrP9UWwtGbmbzqBlU=; b=AT1QYbhjJEI8+ObBqemQ/ jfPZ2jkd+7Sr9LU7UMxINKN4+DMyjug7i5abXSM+hA/QsV5RRhZYbNZEXByvJc3L lBAd3iUenR11xXw8aM8BTlbtBA9jKd57MIlCn6RUq5MsT6iAAGk/YQKMzAVsYtFa 8B9EpBx0+YBl845i/eMfgQ= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:message-id:mime-version:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=smtpout; bh=6o9eobRbDEMrP9UWwtGbmbzqB lU=; b=WMZtj7lNGFwBvvd3ObGs64v/ImedzoHna0aAFrpDCp7SJB0eryfRbqth+ c8xRho4XS8qB4JSCFM+F0kAf25fKGSnitImcqVF2qp+k5DMuWFuVQw0To7PAhoOI emqLdWI+i4Im5HScws6ZvgapHzvGTLLeFn2VEsASbcTCyXyToc= X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id D17D4626D0; Tue, 27 Dec 2016 17:44:32 -0500 (EST) Message-Id: <1482878672.2313143.830820153.12F00C98@webmail.messagingengine.com> From: swjatoslaw gerus To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-b78c7f15 Subject: dd -bs=BYTES read and write up to BYTES at a time system - X-Forwarded-Message-Id: <20161227190844.fdc2390f.freebsd@edvax.de> Date: Tue, 27 Dec 2016 23:44:32 +0100 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: Tue, 27 Dec 2016 22:44:40 -0000 1. Before received your e-mails ,task was performed with solaris ,but not from publication (some public opinions exchange in internet) dd if=sol-11.3-live-x86 usb of=/dev/sdb1 work ... but with speed 2 mb/sek After was performed task with solaris -poweroff put flash in usb, can not be started ! black display ,one white " -" more as 5 min flash out can start 2. Performed with FreeBSD ,speed was some 10 mb/sek fdisk -l small change was C W95 FAT32,after FAT32(LBA) 3. next step ? ##################### ----- Original message ----- From: Polytropon To: swjatoslaw gerus Cc: freebsd-questions@freebsd.org Subject: Re: Fwd: dd -bs=BYTES read and write up to BYTES at a time system -invalid number 1m #### dd if=FreeBSD-11-RELEASE-amd64-memstick.img of=/dev/sdb1 bs=1M conv=sync Date: Tue, 27 Dec 2016 19:08:44 +0100 On Tue, 27 Dec 2016 13:18:33 +0100, swjatoslaw gerus wrote: > > > > dd help ....dd -bs=BYTES read and write up to BYTES at a time > > system -invalid number 1m #### On systems that do not support size suffixes (such as Linux dd might), you need to "manually multiply", for example: dd if= of= bs=1024k Or, if the "k" suffix isn't supported, dd if= of= bs=1048576 Note that this unit has to be converted as 2^10 = 2014 (instead of 10^3 = 1000). See "man dd" to check what your version of dd implements. > fdisk -l > system dev/sdb1 (new Sandisk ultrafit 16 gb) > > dd if=FreeBSD-11-RELEASE-amd64-memstick.img of=/dev/sdb1 bs=1M > conv=sync > system -invalid number 1m #### The command is correct, just adjust the bs= parameter accordingly. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... -- http://www.fastmail.com - Faster than the air-speed velocity of an unladen european swallow