From owner-freebsd-stable@FreeBSD.ORG Tue Jun 5 15:16:04 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 94C1316A41F for ; Tue, 5 Jun 2007 15:16:04 +0000 (UTC) (envelope-from ubm@u-boot-man.de) Received: from mail.upper.net (mail.upper.net [62.75.224.33]) by mx1.freebsd.org (Postfix) with ESMTP id 1D97013C43E for ; Tue, 5 Jun 2007 15:16:03 +0000 (UTC) (envelope-from ubm@u-boot-man.de) Received: from greatsheep2.marines (p57AE3BDA.dip0.t-ipconnect.de [87.174.59.218]) (authenticated bits=0) by mail.upper.net (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id l55ExeJ3007187 for ; Tue, 5 Jun 2007 16:59:40 +0200 Date: Tue, 5 Jun 2007 17:03:45 +0200 From: Marc "UBM" Bocklet To: freebsd-stable@freebsd.org Message-Id: <20070605170345.3df2b8ef.ubm@u-boot-man.de> X-Mailer: Sylpheed 2.4.0 (GTK+ 2.10.12; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: gmirror on a disk with data already on it X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2007 15:16:04 -0000 Hiho! :-) The gmirror man page says that if gmirror is used on a disk, the last sector of that disk is overwritten with the metadata gmirror uses. So what I would like to know is, how risky is it to mirror a disk which already has data on it? Is there a chance that I might render my system unbootable? Is there any way to find out what data that last sector holds? Thanks in advance! :-) Bye Marc