From owner-freebsd-questions@freebsd.org Thu Jan 3 12:17:27 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 305A1142779F for ; Thu, 3 Jan 2019 12:17:27 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [IPv6:2001:8b0:151:1:c4ea:bd49:619b:6cb3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.infracaninophile.co.uk", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BE1E27260F for ; Thu, 3 Jan 2019 12:17:26 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from leaf.local (unknown [88.202.132.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: m.seaman@infracaninophile.co.uk) by smtp.infracaninophile.co.uk (Postfix) with ESMTPSA id 1CC1AE4B5 for ; Thu, 3 Jan 2019 12:17:23 +0000 (UTC) Authentication-Results: smtp.infracaninophile.co.uk; dmarc=none (p=none dis=none) header.from=FreeBSD.org Authentication-Results: smtp.infracaninophile.co.uk/1CC1AE4B5; dkim=none; dkim-atps=neutral Subject: Re: Installing FreeBSD on HP Computer that is using software RAID 5 To: freebsd-questions@freebsd.org References: <20190102222619.c63f20f0.freebsd@edvax.de> From: Matthew Seaman Message-ID: <12b2a5fa-4723-3ed2-38bf-d332fb188403@FreeBSD.org> Date: Thu, 3 Jan 2019 12:17:10 +0000 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:60.0) Gecko/20100101 Thunderbird/60.3.3 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 7bit 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 12:17:27 -0000 On 03/01/2019 11:05, Carmel NY wrote: > That doesn't answer my question. I wanted to know if when I first > install FreeBSD 12, and choose ZFS as the file system, will it > recognize the three drives and set them up by default as a RAIDZ (RAID5 > or do I have to do that manually after FreeBSD is installed? 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. Cheers, Matthew