From owner-freebsd-questions@FreeBSD.ORG Thu Nov 6 21:01:46 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C62081065674 for ; Thu, 6 Nov 2008 21:01:46 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id DCB2A8FC13 for ; Thu, 6 Nov 2008 21:01:45 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.3/8.14.2) with ESMTP id mA6L1dtS028134; Thu, 6 Nov 2008 22:01:39 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.3/8.14.2/Submit) with ESMTP id mA6L1duH028131; Thu, 6 Nov 2008 22:01:39 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Thu, 6 Nov 2008 22:01:39 +0100 (CET) From: Wojciech Puchar To: Pieter Donche In-Reply-To: Message-ID: <20081106215647.A28070@wojtek.tensor.gdynia.pl> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: Hardware Raid + hot-replace failed disk X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Nov 2008 21:01:46 -0000 > Suppose you have a system with multiple disks managed by a > hardware RAID controller in a RAID5 of RAID6 configuration, what is "RAID5 of RAID6"??? > > To FreeBSD it will look like e.g. a single large drive. > > If you want to extend your disk space by plugging in an extra > disk, the hardware RAID controller will probably detect it and > add it in his management, but will it be seen by FreeBSD? FreeBSD will see larger drive. you then have to fix partition table (use bsdlabel -e) fix c partition to be actually sized of whole drive, and then a) add new partition(s) for new space b) extend the size of last partition and use growfs > How can you make the added disk-space available for FreeBSD. > Can this be done without shutting down the system? How?? i don't think FreeBSD can be told to reget device info from controller when partitions of that device are mounted. but i may be wrong