From owner-freebsd-questions@FreeBSD.ORG Thu Oct 2 13:15:48 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7787E16A4B3 for ; Thu, 2 Oct 2003 13:15:48 -0700 (PDT) Received: from sputnik.emmett.ca (207-34-105-145.ip.cal.radiant.net [207.34.105.145]) by mx1.FreeBSD.org (Postfix) with ESMTP id 453B643FEA for ; Thu, 2 Oct 2003 13:15:47 -0700 (PDT) (envelope-from memmett@sputnik.emmett.ca) Received: from memmett by sputnik.emmett.ca with local (Exim 3.34 #1) id 1A59s3-00073J-00 for freebsd-questions@freebsd.org; Thu, 02 Oct 2003 14:16:19 -0600 Date: Thu, 2 Oct 2003 14:16:19 -0600 From: Matthew Emmett To: freebsd-questions@freebsd.org Message-ID: <20031002141619.Q22650@sputnik.emmett.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: Matthew Emmett Subject: growing vinum raid 1+0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2003 20:15:48 -0000 Hello all, I have a question about vinum. I'd like to end up with a setup like this: disk1 mirrored with disk2 = mirror1 disk3 mirrored with disk4 = mirror2 mirror2 concatenated with mirror1 I understand that this is a RAID 1+0 setup. I'm pretty sure vinum can do RAID 1+0. Now, in the future, will I be able to add two more disks: disk5 mirrored with disk6 = mirror3 and concatenate mirror3 with the other mirrors? And then use growfs to expand the filesystem? Thanks, I appreciate any suggestions, Matt