From owner-freebsd-questions@freebsd.org Sat Dec 31 17:03:44 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 43FF9C996C6 for ; Sat, 31 Dec 2016 17:03:44 +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 163A91457 for ; Sat, 31 Dec 2016 17:03:43 +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 uBVH3Zu0088832 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 31 Dec 2016 10:03:35 -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 uBVH3ZnX088828; Sat, 31 Dec 2016 10:03:35 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Sat, 31 Dec 2016 10:03:35 -0700 (MST) From: Warren Block To: swjatoslaw gerus cc: Polytropon , freebsd-questions@freebsd.org Subject: Re: would make 3 attempt # compare dd if= \ of=/dev/rdsk/ bs=16k In-Reply-To: <1483140539.787879.833384521.513DC7A6@webmail.messagingengine.com> Message-ID: References: <1483132051.752644.833300521.4E2EBB2A@webmail.messagingengine.com> <20161230231909.652499f9.freebsd@edvax.de> <1483140152.786177.833377833.10C52E32@webmail.messagingengine.com> <1483140539.787879.833384521.513DC7A6@webmail.messagingengine.com> 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]); Sat, 31 Dec 2016 10:03:35 -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: Sat, 31 Dec 2016 17:03:44 -0000 On Sat, 31 Dec 2016, swjatoslaw gerus wrote: > On Linux, insert the flash drive and locate the appropriate > device. > # dmesg | tail > Then copy the image using > dd(1) > as above. > > # dd if= \ > of=/dev/rdsk/ bs=16k > http://www.oracle.com/technetwork/server-storage/solaris11/documentation/solaris-11-2-faqs-2191871.pdf > > 16k or 1m , great difference for two comporable os It is a buffer size. The only difference it will make is how fast the image is written.