From owner-freebsd-questions@freebsd.org Thu Jan 3 19:27:32 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 725091434321 for ; Thu, 3 Jan 2019 19:27:32 +0000 (UTC) (envelope-from jjohnstone.nospamfreebsd@tridentusa.com) Received: from mail.tridentusa.com (mail.tridentusa.com [96.225.19.3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.tridentusa.com", Issuer "mail.tridentusa.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 03CB48B113 for ; Thu, 3 Jan 2019 19:27:31 +0000 (UTC) (envelope-from jjohnstone.nospamfreebsd@tridentusa.com) Received: (qmail 52807 invoked from network); 3 Jan 2019 14:20:49 -0500 Received: from john-j.tridentusa.com (HELO ?172.16.0.90?) (jjohnstone@tridentusa.com@172.16.0.90) by mail.tridentusa.com with AES128-SHA encrypted SMTP; 3 Jan 2019 14:20:49 -0500 Subject: Re: Installing FreeBSD on HP Computer that is using software RAID 5 To: freebsd-questions@freebsd.org References: <20190102222619.c63f20f0.freebsd@edvax.de> <12b2a5fa-4723-3ed2-38bf-d332fb188403@FreeBSD.org> From: John Johnstone Message-ID: Date: Thu, 3 Jan 2019 14:20:24 -0500 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.3.3 MIME-Version: 1.0 In-Reply-To: <12b2a5fa-4723-3ed2-38bf-d332fb188403@FreeBSD.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 03CB48B113 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.96 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.96)[-0.964,0] 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: Thu, 03 Jan 2019 19:27:32 -0000 On 1/3/2019 7:17 AM, Matthew Seaman wrote: > You will need to go into your server BIOS and delete the existing RAID > configuration.  The installer will then see all three drives, and you > can tell it to create a RAIDZ over all three of them. It may be stating the obvious, but any existing data on the three drives will be lost in the process. - John J.