From owner-freebsd-questions@FreeBSD.ORG Thu Apr 12 10:19:57 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 35BFE16A405 for ; Thu, 12 Apr 2007 10:19:57 +0000 (UTC) (envelope-from dmehler26@woh.rr.com) Received: from ms-smtp-07.ohiordc.rr.com (ms-smtp-07.ohiordc.rr.com [65.24.5.141]) by mx1.freebsd.org (Postfix) with ESMTP id DD33F13C457 for ; Thu, 12 Apr 2007 10:19:56 +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-07.ohiordc.rr.com (8.13.6/8.13.6) with SMTP id l3CAJtwt025412 for ; Thu, 12 Apr 2007 06:19:55 -0400 (EDT) Message-ID: <000301c77cec$2e86c9e0$0200a8c0@satellite> From: "Dave" To: Date: Thu, 12 Apr 2007 06:20:22 -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 adding a disk X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dave List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 10:19:57 -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.