From owner-freebsd-questions@FreeBSD.ORG Mon Oct 11 19:22:44 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 32E6E106566C for ; Mon, 11 Oct 2010 19:22:44 +0000 (UTC) (envelope-from aimass@yabarana.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id CBA878FC1A for ; Mon, 11 Oct 2010 19:22:42 +0000 (UTC) Received: by wyf19 with SMTP id 19so687510wyf.13 for ; Mon, 11 Oct 2010 12:22:42 -0700 (PDT) MIME-Version: 1.0 Received: by 10.227.137.199 with SMTP id x7mr5892325wbt.107.1286824961747; Mon, 11 Oct 2010 12:22:41 -0700 (PDT) Sender: aimass@yabarana.com Received: by 10.216.2.14 with HTTP; Mon, 11 Oct 2010 12:22:41 -0700 (PDT) Date: Mon, 11 Oct 2010 15:22:41 -0400 X-Google-Sender-Auth: -nTPhKDyqYYrUnZfSK8WbzAxi1w Message-ID: From: Alejandro Imass To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1 Subject: Troubles on SATA drives ZFS 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: Mon, 11 Oct 2010 19:22:44 -0000 Hello, I have a 4drive zfs pool with raidz on FBSD 8 and I accidentally tripped and yanked the sata wires off 2 drives while it was running. I immediately shutdown the server, fixed the wiring and re-started the server. Incredibly I ran zpool status and zpool scrub and only 8 files were damaged. I removed them and recovered from backup. I cleared the errors on the pool but I keep getting errors on the 4 drives. I am by no means a ZFS expert so all I have tried is: - zpool status - zpool scrub - dlete and restore files - zpool scrub - zpool clear Everything Ok and then I get ZFS-80008A again :-( My questions: 1) Would damage to the 2 disks cause damae on the other 2? 2) Is there a utility in FBSD to check the physical drive itself and mark any bad sectors as such? 3) Can all this be doen directly from ZFS commands, etc? Fortunatelly my FBSD system lives in a start-up IDE drive so I can un-mount the pool and run any utilities over the drives. Thanks in advance for any help! Alex