From owner-freebsd-questions@FreeBSD.ORG Mon Jun 27 22:03:43 2005 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 8C3C216A423 for ; Mon, 27 Jun 2005 22:03:43 +0000 (GMT) (envelope-from ao@replic.net) Received: from paragon.replic.net (paragon.replic.net [66.150.166.111]) by mx1.FreeBSD.org (Postfix) with SMTP id 7423443D1D for ; Mon, 27 Jun 2005 22:03:43 +0000 (GMT) (envelope-from ao@replic.net) Received: (qmail 69678 invoked by uid 1046); 27 Jun 2005 22:03:43 -0000 Date: Mon, 27 Jun 2005 15:03:43 -0700 From: ao-freebsd@replic.net To: freebsd-questions@freebsd.org Message-ID: <20050627150343.A65588@paragon.replic.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Subject: Growfs and GConcat 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: Mon, 27 Jun 2005 22:03:43 -0000 Hello, I've added another disk to a gconcat system by remaking the device with another drive on the list. After doing this I can remount the filesystem and it comes up without any problems, however when I try to grow the UFS filesystem it fails. root@shakezula:~# growfs /dev/concat/data growfs: we are not growing (2047999999->195180543) root@shakezula:~# growfs -s 1 /dev/concat/data growfs: we are not growing (2047999999->0) Is there another more correct method to do this, or has anyone done this successfully? Thanks in advance, -Bri