From owner-freebsd-questions@FreeBSD.ORG Fri Nov 7 09:09:53 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 DF4281065673 for ; Fri, 7 Nov 2008 09:09:53 +0000 (UTC) (envelope-from f.bonnet@esiee.fr) Received: from mx1.esiee.fr (mx1.esiee.fr [147.215.1.35]) by mx1.freebsd.org (Postfix) with ESMTP id 9A9B58FC1A for ; Fri, 7 Nov 2008 09:09:53 +0000 (UTC) (envelope-from f.bonnet@esiee.fr) Received: from mail.esiee.fr (mail.esiee.fr [147.215.1.3]) by mx1.esiee.fr (Postfix) with ESMTP id BD731130DCA; Fri, 7 Nov 2008 10:09:52 +0100 (CET) Received: from mail.esiee.fr (localhost [127.0.0.1]) by VAMS.dummy (Postfix) with SMTP id B5F9F2E714; Fri, 7 Nov 2008 10:09:52 +0100 (CET) Received: from privftp.esiee.fr (privftp.esiee.fr [147.215.1.190]) by mail.esiee.fr (Postfix) with ESMTP id A25E42E714; Fri, 7 Nov 2008 10:09:52 +0100 (CET) Received: from lisa.esiee.fr (lisa.esiee.fr [147.215.1.21]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: bonnetf) by privftp.esiee.fr (Postfix) with ESMTPSA id 8CF053981A; Fri, 7 Nov 2008 10:09:52 +0100 (CET) Message-ID: <491405E0.5080809@esiee.fr> Date: Fri, 07 Nov 2008 10:09:52 +0100 From: Frank Bonnet User-Agent: Thunderbird 2.0.0.17 (X11/20081003) MIME-Version: 1.0 To: Pieter Donche References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: Fri, 07 Nov 2008 09:09:54 -0000 Pieter Donche wrote: > Suppose you have a system with multiple disks managed by a > hardware RAID controller in a RAID5 of RAID6 configuration, > > 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? > > How can you make the added disk-space available for FreeBSD. > Can this be done without shutting down the system? How?? > I think this would be possible using vinum, but I've never tested it.