From owner-freebsd-geom@FreeBSD.ORG Thu Apr 12 14:39:49 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 078BD16A404 for ; Thu, 12 Apr 2007 14:39:49 +0000 (UTC) (envelope-from dmehler26@woh.rr.com) Received: from ms-smtp-05.ohiordc.rr.com (ms-smtp-05.ohiordc.rr.com [65.24.5.139]) by mx1.freebsd.org (Postfix) with ESMTP id 9D5DC13C46A for ; Thu, 12 Apr 2007 14:39:48 +0000 (UTC) (envelope-from dmehler26@woh.rr.com) Received: from satellite (cpe-71-64-129-15.woh.res.rr.com [71.64.129.15]) by ms-smtp-05.ohiordc.rr.com (8.13.6/8.13.6) with SMTP id l3CE0GV0015788 for ; Thu, 12 Apr 2007 10:00:19 -0400 (EDT) Message-ID: <000901c77d0a$f7ae51d0$0200a8c0@satellite> From: "Dave" To: Date: Thu, 12 Apr 2007 10:00:43 -0400 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3028 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: issues with geom and adding disks X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dave 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 14:39:49 -0000 Hello, I'm following the handbook section 18.3.2.1 to add a disk to a FreeBSD 6.2 system. I've got the disk plugged in and it shows up as /dev/ad6 so i did: dd if=/dev/zero of=/dev/ad6 bs=1k count=1 That worked fine. My problem came with fdisk. I used: fdisk -BI ad6 and i got the message: Invalid partition table geom not found. If i do: fdisk ad6 i get a summary of the current disk partitions on ad6, all empty as this is a new disk. Thanks. Dave.