From owner-freebsd-fs@freebsd.org Sun May 29 13:13:00 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 0B785B4F462 for ; Sun, 29 May 2016 13:13:00 +0000 (UTC) (envelope-from blackcatzilla@gmail.com) Received: from mail-it0-x22a.google.com (mail-it0-x22a.google.com [IPv6:2607:f8b0:4001:c0b::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 C11B5194A for ; Sun, 29 May 2016 13:12:59 +0000 (UTC) (envelope-from blackcatzilla@gmail.com) Received: by mail-it0-x22a.google.com with SMTP id l63so20672651ita.1 for ; Sun, 29 May 2016 06:12:59 -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=hScyr0onnIlRy2DxU3Eid0gXn0IufLcA9Z6g2XpFK0Q=; b=k62ulN7rmbsHf33qSPn1W6QWqYePdDmXo79QfT+M6W3cUsrZlAKj01tPnv7i4+/hMG XS0vRoeQlWSyiTZREGgxb6mmgku7RsEOhZ1u+ovOVip/K8MflrJWsco0v+a43VTorZP+ jJfUwIVFU1tVm9GjRXOHDJyHrVabEx4MghBCmAA2FThTUMw+7WHQAwxncboBj74gijll NXJVqe/p5bcoovcpb+ges4OL5pfn0qFy+tisar0A/Z+DA6j9+xVmCir43CDWm6l48ljZ cv0G1IRbGPUKiqr5UDDEMAC04zbP1KNEqFvB7daNWZrZ5KqyVzc8jWYR8OeAYaY8OD7r wj3A== 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=hScyr0onnIlRy2DxU3Eid0gXn0IufLcA9Z6g2XpFK0Q=; b=eQZ5gTJnGToDCPLXBNr2AOl8Ng035tKg/HfW9RSWWAdKemZwgqr69efF989TmZGssP nzF3jmMM22IN6OMAM4Elmr72hZ1Vi7L/5JVoUOGowLN70tT2TOECHhLwysezP9nP1LHr bvFaGb5DsfZpcRczpdXQqYjKB+SnJt15H57wYIms96iuInIEDm0ebCB+ZMcOkjJnfPnK IDhdpLV7OgppqCWIShIge4QAaSqqIgWn6dYTAtBsTVI3iVKMKqWDWvkH/uuFBrq8jdbo W9tGoD7OY8MN3cYENtpFTIOzOab13c9+BJQLERR6fznWEYGn90Vk63Y1xclyF4Cvts3N 7c3g== X-Gm-Message-State: ALyK8tJKPYMXpHCvWkdgD/mAplqO5FoCHB7BbCeYgD6KxiUTD7VokxO9pmatw+IH1hw8ERZqxTiT4gE7tekzzw== X-Received: by 10.36.107.5 with SMTP id v5mr4735741itc.52.1464527578744; Sun, 29 May 2016 06:12:58 -0700 (PDT) MIME-Version: 1.0 Received: by 10.36.46.201 with HTTP; Sun, 29 May 2016 06:12:39 -0700 (PDT) In-Reply-To: References: From: BlackCat Date: Sun, 29 May 2016 16:12:39 +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 13:13:00 -0000 2016-05-29 15:20 GMT+03:00 BlackCat : > 2016-05-29 5:42 GMT+03:00 Evgeny Sam : >> The Command "zpool import -fFn 2918670121059000644 zh_vol_old" does not show >> anything. >> > I briefly checked sources and looks like ZFS assume that it could import pool. > > Try following command (note the absence of -n option): > # zpool import -o ro -fF 2918670121059000644 zh_vol_old > > it should really import your pool in readonly mode. > Evgeny, please do not run this command for some time. I still can not understand which disk fail, and content of which disk you modified. -- BC BR