From owner-freebsd-questions@FreeBSD.ORG Wed Jun 21 02:13:11 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 6678716A47A for ; Wed, 21 Jun 2006 02:13:11 +0000 (UTC) (envelope-from josh@endries.org) Received: from www.endries.org (www.endries.org [216.230.164.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id D43E643D6E for ; Wed, 21 Jun 2006 02:13:10 +0000 (GMT) (envelope-from josh@endries.org) Received: from localhost (localhost [127.0.0.1]) by www.endries.org (Postfix) with ESMTP id 12300F745A for ; Tue, 20 Jun 2006 22:13:10 -0400 (EDT) Received: from www.endries.org ([127.0.0.1]) by localhost (www.endries.org [127.0.0.1]) (amavisd-new, port 10025) with LMTP id 08236-03 for ; Tue, 20 Jun 2006 22:13:03 -0400 (EDT) Received: from [172.20.61.106] (pool-129-44-84-183.bing.east.verizon.net [129.44.84.183]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by www.endries.org (Postfix) with ESMTP id 076C7F7425 for ; Tue, 20 Jun 2006 22:13:02 -0400 (EDT) Message-ID: <4498AB21.4060405@endries.org> Date: Tue, 20 Jun 2006 22:12:49 -0400 From: Josh Endries User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at endries.org Subject: RAID online capacity expansion 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: Wed, 21 Jun 2006 02:13:11 -0000 Hello, Has anyone out there successfully done an online expansion of a RAID array in FreeBSD? How is it done and with what hardware did it work? From what I can gather, it's not possible. Aside from the fact that fdisk(8) says "Editing an existing slice will most likely result in the loss of all data in that slice", growfs(8) says it cannot enlarge a mounted filesystem. disklabel seems to be okay with making live changes, but I haven't tested it. Is there any way to do this in FreeBSD or is Linux+LVM the way to go? Thanks, Josh