From owner-freebsd-geom@FreeBSD.ORG Thu Apr 12 23:17:38 2007 Return-Path: X-Original-To: freebsd-geom@freebsd.org Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1F95E16A403 for ; Thu, 12 Apr 2007 23:17:38 +0000 (UTC) (envelope-from david.cecil@nokia.com) Received: from mgw-ext13.nokia.com (smtp.nokia.com [131.228.20.172]) by mx1.freebsd.org (Postfix) with ESMTP id A1FC313C45B for ; Thu, 12 Apr 2007 23:17:37 +0000 (UTC) (envelope-from david.cecil@nokia.com) Received: from esebh107.NOE.Nokia.com (esebh107.ntc.nokia.com [172.21.143.143]) by mgw-ext13.nokia.com (Switch-3.2.5/Switch-3.2.5) with ESMTP id l3CMaQvH027597; Fri, 13 Apr 2007 01:36:27 +0300 Received: from siebh102.NOE.Nokia.com ([172.30.195.29]) by esebh107.NOE.Nokia.com with Microsoft SMTPSVC(6.0.3790.1830); Fri, 13 Apr 2007 01:36:21 +0300 Received: from syebe101.NOE.Nokia.com ([172.30.128.65]) by siebh102.NOE.Nokia.com with Microsoft SMTPSVC(6.0.3790.1830); Fri, 13 Apr 2007 06:36:18 +0800 Received: from [172.30.67.198] ([172.30.67.198]) by syebe101.NOE.Nokia.com with Microsoft SMTPSVC(6.0.3790.1830); Fri, 13 Apr 2007 08:36:16 +1000 Message-ID: <461EB45F.8070001@nokia.com> Date: Fri, 13 Apr 2007 08:36:15 +1000 From: David Cecil User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: =?ISO-8859-1?Q?ext_Dag-Erling_Sm=F8rgrav?= References: <000901c77d0a$f7ae51d0$0200a8c0@satellite> <86wt0he51r.fsf@dwp.des.no> In-Reply-To: <86wt0he51r.fsf@dwp.des.no> X-OriginalArrivalTime: 12 Apr 2007 22:36:16.0974 (UTC) FILETIME=[FBDD8EE0:01C77D52] X-eXpurgate-Category: 1/0 X-eXpurgate-ID: 149371::070413013627-609B9BB0-0679B60F/0-0/0-1 X-Nokia-AV: Clean Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Dave , freebsd-geom@freebsd.org Subject: Re: issues with geom and adding disks X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 23:17:38 -0000 ext Dag-Erling Smørgrav wrote: > "Dave" writes: > >> That worked fine. My problem came with fdisk. I used: >> >> fdisk -BI ad6 >> >> and i got the message: >> >> Invalid partition table >> geom not found. >> > > It says "invalid partition table" because there is no pre-existing > partition table on the disk. This will not show up again if you run > 'fdisk -I ad6' a second time. > > I don't know what "Geom not found" comes from (a bug in either fdisk > or libgeom?) but it seems to be harmless as well; fdisk ignores the > error and goes on to write the updated MBR to the disk. > I tracked this down at one point and yes, it is harmless. If I recall correctly, it's due to there being no partition table. My memory for such things isn't the best though... Regards, Dave