From owner-freebsd-fs@freebsd.org Sun May 29 00:04:02 2016 Return-Path: Delivered-To: freebsd-fs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13124B4EC6A for ; Sun, 29 May 2016 00:04:02 +0000 (UTC) (envelope-from blackcatzilla@gmail.com) Received: from mail-ig0-x22a.google.com (mail-ig0-x22a.google.com [IPv6:2607:f8b0:4001:c05::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D442914AD for ; Sun, 29 May 2016 00:04:01 +0000 (UTC) (envelope-from blackcatzilla@gmail.com) Received: by mail-ig0-x22a.google.com with SMTP id fh2so16406109igd.1 for ; Sat, 28 May 2016 17:04:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=XUepYzAYItzVkjGhJOtM1QagU5jG/47uGoYUYYGusiI=; b=G8idZRxLWgl+rbbYbJl1rcbb7LN9IO8WaHX6QuGBBwLzgabChnt83qenVuaNP28ypE xs9xyzj7r+PDSuipn1VaOSTW63h2QUobbKnkZgZ+CW6Pr6vRkHMo4UG1XRSeYq4vB6Wa H0Idop+ick7F4aatLqH0V5DHm0w7g7+qN+qvPz5uP0j85C7geDde1QZwu7nLoZITOOsz TVVbqx21yjVBk+gcgvu71I3jxDGvpkmcHsP0EG4ao92CapXAtWLudmVLpHrQ7y2p2n3E ZCKP+acW1bYTD7ONapOb05rULI6MMPOUq0xaK/ksZuhZ/UfqIAL8ANXuf/14cm0D56cc wLYg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=XUepYzAYItzVkjGhJOtM1QagU5jG/47uGoYUYYGusiI=; b=dCTv0uf6D6YRQK8LFs4T3nfvwkRKhetSHBjKeJhAhk7V0ccGF8Hl/xtSlVkMO9pAyo wVD3i3BPTX6gk0PcsSjkS8zLVfiq7jyMYIobOPS+f7iOpqri5JO7NweL1jTY0JaJurN2 Rm/kJYEq9Xd38lGzd918iTmeHVH7bAUuVF4uV4GfIXDq9tFb+8W2Br1qjt+IDMEe3ovQ tzFADu0PtWcfwSXovaVh+ZBFx4YRkgyFUOjZGgXwMvHEUSbdRCrlRSXG3NFn0cnFTHsW D2oEGAL1izUMfcECwc3uBicohevlBe/xZsjEasQ1BPYIw1oUnMUvIUa8y8cYdHHLfrlL QKCw== X-Gm-Message-State: ALyK8tLc9gJfE2zoMxUJ7kZtbgWVAOzwTxwB/NJQTCEcgdfA9xbkh6WbzqRafOq89ahZQaEFLWOSwNOIeB6JEA== X-Received: by 10.50.18.198 with SMTP id y6mr3311001igd.86.1464480241155; Sat, 28 May 2016 17:04:01 -0700 (PDT) MIME-Version: 1.0 Received: by 10.36.46.201 with HTTP; Sat, 28 May 2016 17:03:41 -0700 (PDT) In-Reply-To: References: From: BlackCat Date: Sun, 29 May 2016 03:03:41 +0300 Message-ID: Subject: Re: ZFS - RAIDZ1 Recovery (Evgeny Sam) To: Evgeny Sam Cc: freebsd-fs@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 May 2016 00:04:02 -0000 2016-05-29 2:07 GMT+03:00 Evgeny Sam : > I ran the command "zpool import -fFn 2918670121059000644 zh_vol_old" > amd it did not work. > > [root@juicy] ~# zpool import -fFn 2918670121059000644 zh_vol_old > [root@juicy] ~# zpool status > no pools available > Does 'zpool import' print something? > I think it did not work, because I am running it on the clonned drives, > which have different GPID's, please correct me if I am wrong. I can switch > it to the original drives, if you suggest so. > No, please do not connect original drives until you get your data back. Ok, let's start info collection from beginning. Could you describe which exactly disk is fail (e.g. /dev/ada????)? Since I still can not realize this. Please describe, what happened to the disk (e.g. a lot of bad blocks or disk controller start to fail). Could you show output of these commands: zpool status zpool import zdb zdb -e And if your disk has bad blocks then please show or post to pastebin output of (where ??? is failed disk) dmesg | grep 'ada???' -- BR BC