From owner-freebsd-fs@FreeBSD.ORG Fri Aug 21 10:33:59 2009 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F243106568D for ; Fri, 21 Aug 2009 10:33:59 +0000 (UTC) (envelope-from randy@psg.com) Received: from ran.psg.com (ran.psg.com [IPv6:2001:418:1::36]) by mx1.freebsd.org (Postfix) with ESMTP id 2EC2E8FC7D for ; Fri, 21 Aug 2009 10:33:59 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=rmac.psg.com) by ran.psg.com with esmtp (Exim 4.69 (FreeBSD)) (envelope-from ) id 1MeRRV-000JZa-RQ; Fri, 21 Aug 2009 10:33:57 +0000 Received: from rmac.wdcguest.wdc.sri.com.psg.com (localhost [127.0.0.1]) by rmac.psg.com (Postfix) with ESMTP id 65173296EC95; Fri, 21 Aug 2009 19:33:57 +0900 (JST) Date: Fri, 21 Aug 2009 19:33:57 +0900 Message-ID: From: Randy Bush To: Andrew Snow In-Reply-To: <4A8E22A1.4080903@modulus.org> References: <4A8E0C80.9030908@modulus.org> <4A8E0F39.6070407@modulus.org> <4A8E1347.3020301@modulus.org> <4A8E15F9.6000303@modulus.org> <4A8E22A1.4080903@modulus.org> User-Agent: Wanderlust/2.15.5 (Almost Unreal) Emacs/22.3 Mule/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Cc: freebsd-fs Subject: Re: re-adding a replacement into a pool of mirrors X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Aug 2009 10:33:59 -0000 > It might be worth zeroing the whole disk with dd if=/dev/zero > of=/dev/da1s3 bs=64k, and then see if you can re-attach. went single luser, zapped the drive, took a nap, then zpool attach tank da0s3 da1s3 worked. so geom did have it! thanks! randy