From owner-freebsd-fs@FreeBSD.ORG Thu Jun 8 18:17:09 2006 Return-Path: X-Original-To: freebsd-fs@freebsd.org Delivered-To: freebsd-fs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5FE316EEDE for ; Thu, 8 Jun 2006 16:19:28 +0000 (UTC) (envelope-from gorgonite@freesurf.fr) Received: from smtp-out.freesurf.fr (messidor.freesurf.fr [212.43.206.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 771CE43D48 for ; Thu, 8 Jun 2006 16:19:26 +0000 (GMT) (envelope-from gorgonite@freesurf.fr) Received: from freesurf.fr (jose.freesurf.fr [212.43.206.13]) by smtp-out.freesurf.fr (Postfix) with SMTP id 13AD34C2CC for ; Thu, 8 Jun 2006 18:18:05 +0200 (CEST) Received: from 147.250.1.2 (proxying for unknown) (SquirrelMail authenticated user gorgonite) by jose.freesurf.fr with HTTP; Thu, 8 Jun 2006 18:18:02 +0200 (CEST) Message-ID: <33162.147.250.1.2.1149783482.squirrel@jose.freesurf.fr> Date: Thu, 8 Jun 2006 18:18:02 +0200 (CEST) From: "Gorgonite" To: X-Priority: 3 Importance: Normal X-MSMail-Priority: Normal X-Mailer: SquirrelMail (version 1.2.5) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: [gvinum] add a disk in concat mode X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gorgonite@freesurf.fr List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jun 2006 18:17:10 -0000 Hello, I run on FreeBSD v6.1 I have a disk with 300Go (/dev/ad0) in concat mode with gvinum (myvol.p0) I would like to add a disk of 200Go (/dev/ad2) on this volume, but without erasing my previous data (ad0) I executed this script Code: #! /bin/sh dd if=/dev/zero of=/dev/ad2 count=2 disklabel /dev/ad2 | disklabel -B -R -r ad2 /dev/stdin newsfs /dev/ad2c gvinum create gvinum.conf with this gvinum.conf Code: drive b device /dev/ad2c plex name myvol.p1 org concat vol myvol sd length 188358m drive b it seems to be okay for gvinum... and I wanted to update my "partition" Code: growfs -S "483g" /dev/gvinum/myvol but it failed with "grow is not growing..." Can anyone help me, please ? Thanks. ps: sorry for my bad english :'(