From owner-freebsd-fs@FreeBSD.ORG Sat Apr 2 22:50:36 2011 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 8A2BE1065674 for ; Sat, 2 Apr 2011 22:50:36 +0000 (UTC) (envelope-from ppaczyn@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 4B9978FC12 for ; Sat, 2 Apr 2011 22:50:36 +0000 (UTC) Received: by iwn33 with SMTP id 33so5755529iwn.13 for ; Sat, 02 Apr 2011 15:50:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:cc:content-type; bh=p+XHqeF1BIQBV3k7KliIcZ2/VfsGKKUKD92zWhxGHaU=; b=Lthezzb7cj5W9zjqSan1UBUvzT3AnguI/lCXIu3XnF3dy1Z/jfk2Vj8qFG5FrqKOwJ DImvchbxUdrvj6C7Hy4TYXLnq4YGZiaeW5FzHUCOtOaIX2oiAB2Syl6Gm8dWbTxGHRvp Caccrt7CcSTUcfGEXvghO4HcEhXqD+jpWuuqQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; b=Sj6GtMSpvxEXKXUqgHBozeZjEMdZSs/h8wthKNKXJGv6i1QKOiOl0BY6jXg6zGQP/e 1704ojG+gohG+LgC+EkgdmLG9zFGARSK2se+quyYhcPHhls8WibW2P+DHX939rv44Wnh sV/bzhWMmqVhMaKMpYwKtPGIhJAOKAmfREfkg= MIME-Version: 1.0 Received: by 10.43.131.195 with SMTP id hr3mr1706829icc.268.1301784635833; Sat, 02 Apr 2011 15:50:35 -0700 (PDT) Received: by 10.42.172.201 with HTTP; Sat, 2 Apr 2011 15:50:35 -0700 (PDT) In-Reply-To: References: <20110401013603.GA31034@icarus.home.lan> <84DF4838-CE43-430E-8C3A-4CC7881E44BD@gmail.com> Date: Sun, 3 Apr 2011 00:50:35 +0200 Message-ID: From: Piotr Paczynski Cc: freebsd-fs@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: ZFS failed after hard power off 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: Sat, 02 Apr 2011 22:50:36 -0000 Emergency over. I didn't managed to make Solaris see my pool. Instead, I've installed FreeBSD-8.2 on a separate disk, fetched latest sources of FreeBSD9, rebuilt world, and then used "zpool import -fF zroot" to recover the pool. Worked like charm. Thank you for the help.