From owner-freebsd-questions@FreeBSD.ORG Sat Oct 18 13:24:10 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 F1CBB1065686 for ; Sat, 18 Oct 2008 13:24:10 +0000 (UTC) (envelope-from raggen@passagen.se) Received: from spsmtp02oc.mail2world.com (spsmtp02oc.mail2world.com [74.202.142.106]) by mx1.freebsd.org (Postfix) with ESMTP id D3EB48FC1C for ; Sat, 18 Oct 2008 13:24:10 +0000 (UTC) (envelope-from raggen@passagen.se) Received: from mail pickup service by spsmtp02oc.mail2world.com with Microsoft SMTPSVC; Sat, 18 Oct 2008 06:06:30 -0700 auth-sender: raggen@passagen.se Received: from 10.1.106.24 unverified ([10.1.106.24]) by spsmtp02oc.mail2world.com with Mail2World SMTP Server; Sat, 18 Oct 2008 06:06:29 -0700 Received: from [90.230.141.139] by passagen.se with HTTP; 10/18/2008 6:06:08 AM PST thread-index: AckxIklRZ6HbnCqXSka6VqnXlYi9ew== Thread-Topic: gconcat question From: "Roger Olofsson" To: Date: Sat, 18 Oct 2008 06:06:08 -0700 Message-ID: MIME-Version: 1.0 X-Mailer: Microsoft CDO for Exchange 2000 Content-Class: urn:content-classes:message Importance: normal Priority: normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.4133 X-OriginalArrivalTime: 18 Oct 2008 13:06:30.0749 (UTC) FILETIME=[568CD8D0:01C93122] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: gconcat question 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: Sat, 18 Oct 2008 13:24:11 -0000 Dear mailing list, What are the steps to bring back gconcatenated disks if doing an upgrade from FreeBSD6 to FreeBSD7 like this? As-is situation: FreeBSD 6.2-STABLE ad0 has FreeBSD ad1, ad2 and ad3 are gconcatenated using 'gconcat label -v data /dev/ad1 /dev/ad2 /dev/ad3'. Planned upgrade: Reboot from cdrom, install FreeBSD7 from cd to ad0 /Roger