From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 15:51:41 2010 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 5E02B1065673 for ; Tue, 10 Aug 2010 15:51:41 +0000 (UTC) (envelope-from dick@nagual.nl) Received: from mail.nagual.nl (cc535223-a.groni1.gr.home.nl [82.73.72.175]) by mx1.freebsd.org (Postfix) with ESMTP id D3CE08FC19 for ; Tue, 10 Aug 2010 15:51:40 +0000 (UTC) Received: from [192.168.11.34] [192.168.11.34] by arwen (Axigen) with (AES256-SHA encrypted) ESMTPSA id 00178D; Tue, 10 Aug 2010 17:53:25 +0200 Message-ID: <4C617592.1050307@nagual.nl> Date: Tue, 10 Aug 2010 17:51:46 +0200 From: Dick Hoogendijk User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; nl; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2 MIME-Version: 1.0 To: freebsd questions References: <4C61606B.7000104@nagual.nl> In-Reply-To: <4C61606B.7000104@nagual.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AxigenSpam-Level: 4 Subject: Re: GEOM GPT table is corrupt. Recover? 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: Tue, 10 Aug 2010 15:51:41 -0000 On 10-8-2010 16:59, Tim Baird wrote: > dd if=/dev/zero of=/dev/ad1 bs=64k count=1 > > Then repartition with either fdisk of gpart....depending on disk size.... They are 1Tb sata2 disks and I want them fully used for ZFS. Do I need partions then? The EFI label in OpenSolaris just made the disks available for ZFS. How's that on FreeBSD?