From owner-freebsd-questions@freebsd.org Sat Feb 16 19:02:48 2019 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C47F814F1890 for ; Sat, 16 Feb 2019 19:02:48 +0000 (UTC) (envelope-from ireneusz.pluta@cmr.com.pl) Received: from cloudserver112575.home.pl (cloudserver112575.home.pl [188.128.135.53]) (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 8A948967F3 for ; Sat, 16 Feb 2019 19:02:46 +0000 (UTC) (envelope-from ireneusz.pluta@cmr.com.pl) Received: from afny252.neoplus.adsl.tpnet.pl (178.42.102.252) (HELO [10.0.0.82]) by cmr.home.pl (188.128.135.53) with SMTP (IdeaSmtpServer 0.83.183) id d277de1baa9c4cf5; Sat, 16 Feb 2019 19:56:03 +0100 Subject: Re: Sector size change with camcontrol To: Matthias Oestreicher , freebsd-questions@freebsd.org References: <53922cb7f04e5399ee5f71dab24d9ee0c1536a10.camel@smormegpa.no> <6a56b96e-7c4b-e108-7294-8be69e0f8ec6@wp.pl> From: Ireneusz Pluta Message-ID: Date: Sat, 16 Feb 2019 19:55:57 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.5.0 MIME-Version: 1.0 In-Reply-To: <6a56b96e-7c4b-e108-7294-8be69e0f8ec6@wp.pl> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: pl X-Rspamd-Queue-Id: 8A948967F3 X-Spamd-Bar: ++++ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [4.21 / 15.00]; ARC_NA(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; NEURAL_SPAM_SHORT(0.94)[0.935,0]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_LAST(0.00)[]; DMARC_NA(0.00)[cmr.com.pl]; AUTH_NA(1.00)[]; NEURAL_SPAM_MEDIUM(1.00)[0.998,0]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MX_GOOD(-0.01)[cmr.com.pl]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_SPAM_LONG(0.98)[0.984,0]; R_SPF_NA(0.00)[]; RECEIVED_SPAMHAUS_PBL(0.00)[252.102.42.178.zen.spamhaus.org : 127.0.0.11]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:12824, ipnet:188.128.128.0/17, country:PL]; MID_RHS_MATCH_FROM(0.00)[]; IP_SCORE(0.41)[asn: 12824(2.01), country: PL(0.03)]; FROM_EQ_ENVFROM(0.00)[] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Feb 2019 19:02:48 -0000 W dniu 2019-02-16 o 19:48, Ireneusz Pluta pisze: > zpool create data \ >     mirror /dev/label/da0 /dev/label/da1 \ >     mirror /dev/label/da2 /dev/label/da3 \ >     ... >     mirror /dev/label/da20 /dev/label/da21 \ >     spare  /dev/label/da22 /dev/label/da23 ... I meant /dev/da0, /dev/da1, etc. (yes, labels will be used, as they already are in another similar system, from which I copy-pasted head of its zpool history for the purpose of editing the above example :-) )