From owner-freebsd-questions@FreeBSD.ORG Tue Apr 9 10:39:26 2013 Return-Path: Delivered-To: freebsd-questions@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 524686F3 for ; Tue, 9 Apr 2013 10:39:26 +0000 (UTC) (envelope-from c.kworr@gmail.com) Received: from mail-ee0-f43.google.com (mail-ee0-f43.google.com [74.125.83.43]) by mx1.freebsd.org (Postfix) with ESMTP id DA43C29 for ; Tue, 9 Apr 2013 10:39:25 +0000 (UTC) Received: by mail-ee0-f43.google.com with SMTP id e50so2848137eek.2 for ; Tue, 09 Apr 2013 03:39:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=rAn1GqapZ6pafzOLzmeFmxr0aonPkTXa7B+ThdU0oV4=; b=S7LMbzu1oSf8Ab5TTMsWSDeKmdIQIlDplEnUyRntnmVMkJgOMNpMelESPeFZnr/O+C 6UfZX/8m8ggUB4JQu4jfAjoOVSSy76j9xdvXxLarEqAz9SavejeFpZQ0S1fqp3dav0n2 guSoAN462w72fPP2z+RC5cx7RGGcQZ5jSaFO3UiTyiRJZJCNTjNK2jpq5ULEKGQI2PQl zcRQXcMvulJSMEapsC2GAxMkUG9LzBAZh91o2NvWlpCoXSj4/C9WBD53/8Fhy+b8G4FQ yXuzJhh34+RGFG4Qc33J4inpfO/kDKxpj5H1kdFFOx4PP3YlynwSkWW9Oi8VHz3RjxPy ThTg== X-Received: by 10.15.43.132 with SMTP id x4mr58860180eev.31.1365503964559; Tue, 09 Apr 2013 03:39:24 -0700 (PDT) Received: from [192.168.1.128] ([91.196.229.122]) by mx.google.com with ESMTPS id r4sm37163494eeo.12.2013.04.09.03.39.22 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 09 Apr 2013 03:39:23 -0700 (PDT) Message-ID: <5163EFD9.5030907@gmail.com> Date: Tue, 09 Apr 2013 13:39:21 +0300 From: Volodymyr Kostyrko User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:20.0) Gecko/20100101 Firefox/20.0 SeaMonkey/2.17 MIME-Version: 1.0 To: Beeblebrox , freebsd-questions@freebsd.org Subject: Re: [ZFS] recover destroyed zpool - what are the available options? References: <1365004246715-5801356.post@n5.nabble.com> <1365087055.99393.YahooMailRC@web184303.mail.ne1.yahoo.com> <1365090630957-5801568.post@n5.nabble.com> <1365091829108-5801581.post@n5.nabble.com> <1365092775955-5801588.post@n5.nabble.com> <515E8BDF.9070403@gmail.com> <1365152049024-5801716.post@n5.nabble.com> <515EAABF.6020300@gmail.com> <1365160406005-5801734.post@n5.nabble.com> <51629FAA.1070007@gmail.com> <1365479477617-5802512.post@n5.nabble.com> In-Reply-To: <1365479477617-5802512.post@n5.nabble.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Apr 2013 10:39:26 -0000 09.04.2013 06:51, Beeblebrox: > Exported the existing zpool & ran # zpool import -D -f -R /bsdr -N -F -X > 12018916494219117471 rescue => > Same result unfortunately. 'cannot import 'bsdr' as 'rescue': no such pool > or dataset Destroy and re-create the pool from a backup source.' > I tried the other bsdr zpool as well but result was same error msg. > > I feel like I'm overlooking something very simple... You can try adding verbosity: vfs.zfs.debug=1 vfs.zfs.recover=1 debug.bootverbose=1 If ZFS doesn't think the pool is eligible to import you are out of luck. You can put the disk aside till some sofwtare for data recovering from damaged ZFS emerges. -- Sphinx of black quartz, judge my vow.