From owner-freebsd-stable@FreeBSD.ORG Tue Feb 12 17:38:27 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D0033357 for ; Tue, 12 Feb 2013 17:38:27 +0000 (UTC) (envelope-from traveling08@cox.net) Received: from fed1rmwml114.cox.net (fed1wml22.cox.net [68.230.241.21]) by mx1.freebsd.org (Postfix) with ESMTP id 91B7D3DE for ; Tue, 12 Feb 2013 17:38:26 +0000 (UTC) Received: from fed1rmimpo209 ([68.230.241.160]) by fed1rmfepo202.cox.net (InterMail vM.8.01.04.00 201-2260-137-20101110) with ESMTP id <20130212155318.TFLE1243.fed1rmfepo202.cox.net@fed1rmimpo209> for ; Tue, 12 Feb 2013 10:53:18 -0500 Received: from zorro ([72.220.112.133]) by fed1rmimpo209 with cox id zTtH1k00N2skfVC01TtH27; Tue, 12 Feb 2013 10:53:18 -0500 X-CT-Class: Clean X-CT-Score: 0.00 X-CT-RefID: str=0001.0A020206.511A656E.0014,ss=1,re=0.000,fgs=0 X-CT-Spam: 0 X-Authority-Analysis: v=2.0 cv=ZKBVaAHb c=1 sm=1 a=blkYnWlwlWmjWY/ySXj5BQ==:17 a=DulnUioUdl0A:10 a=G8Uczd0VNMoA:10 a=kj9zAlcOel0A:10 a=kviXuzpPAAAA:8 a=6b-rTLirIi4A:10 a=tZoK9wWy2idXm9X5hYYA:9 a=CjuIK1q_8ugA:10 a=blkYnWlwlWmjWY/ySXj5BQ==:117 X-CM-Score: 0.00 Authentication-Results: cox.net; none Date: Tue, 12 Feb 2013 07:53:17 -0800 From: Robert To: freebsd-stable@freebsd.org Subject: Cant remove raid from Hard drive Message-ID: <20130212075317.002dd257@zorro> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.6; amd64-portbld-freebsd9.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 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, 12 Feb 2013 17:38:27 -0000 Greetings I am trying to reuse a 500G harddrive that was previously part of an NVIDIA raid in a windows box. I have tried to clean the disk using "dd if=/dev/zero of=/dev/raid/r0 bs=1m". The dd program completed but the raid info is still on the disk, I was able to set up the disk with gpart create -s gpt /dev/raid/r0 gpart add -t freebsd-ufs -l 500Gig -b 1M newfs -U /dev/gpt/500Gig I can mount and use the disk but it still shows up at /dev/raid/r0 and my dmesg is spammed with GEOM_RAID: NVIDIA-1: Array NVIDIA-1 created. Root mount waiting for: GRAID-NVIDIA Root mount waiting for: GRAID-NVIDIA Root mount waiting for: GRAID-NVIDIA Root mount waiting for: GRAID-NVIDIA Root mount waiting for: GRAID-NVIDIA Root mount waiting for: GRAID-NVIDIA until it times out or I hit ^c uname -a FreeBSD zorro.shasta204.local 9.1-STABLE FreeBSD 9.1-STABLE #1 r246453: Thu Feb 7 11:52:20 PST 2013 root@zorro.shasta204.local:/usr/obj/usr/src/sys/GENERIC amd64 Any help greatly appreciated. Robert