From owner-freebsd-fs@FreeBSD.ORG Mon Apr 4 09:36:45 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 64EEE106564A for ; Mon, 4 Apr 2011 09:36:45 +0000 (UTC) (envelope-from ppaczyn@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 225728FC0A for ; Mon, 4 Apr 2011 09:36:44 +0000 (UTC) Received: by iyj12 with SMTP id 12so7179897iyj.13 for ; Mon, 04 Apr 2011 02:36:44 -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:to:cc:content-type; bh=Jbrurc7kJEuewqbhj7ZjwMH3chhZALBf+jR8+dgvpaY=; b=wpMdGoBGgnGDBbkc8pNgxuwXBIYv9vUgnEhofxu57Cbw/VIqVcOKoz76X8LGsGtNBt A+nOcmm6PD4WQkGLDMV7aCkVcHo4JxYpi2e6c1EyDzyLDP1FLgunUCuz8F71p4CEwyOr 9cJO7pP++iBkl31aG8QxaqKptR2Waza3nxsLA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=AdDzG0xh1sd3A4SUR1Gxk1N+TTzpWebnOYYspT2f6cjR6/duJ6mxWP1S77jkJbLsH4 1XGVQ1rJm6WgLtNrkCH4n8MeEUDeHzUc8bBYSpM5l9fRaVNylfGBx8tPlO0TUXBVig9Z FeEI5grnI2GBqzl7z6ATgQfcvstBYTiBRPOF0= MIME-Version: 1.0 Received: by 10.42.161.197 with SMTP id u5mr5200885icx.466.1301909804551; Mon, 04 Apr 2011 02:36:44 -0700 (PDT) Received: by 10.42.172.201 with HTTP; Mon, 4 Apr 2011 02:36:44 -0700 (PDT) In-Reply-To: References: <20110401013603.GA31034@icarus.home.lan> <84DF4838-CE43-430E-8C3A-4CC7881E44BD@gmail.com> Date: Mon, 4 Apr 2011 11:36:44 +0200 Message-ID: From: Piotr Paczynski To: krad Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-fs@freebsd.org, Daryl Richards 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: Mon, 04 Apr 2011 09:36:45 -0000 >> For list reference, this is because Solaris doesn't understand FreeBSD's >> slice table, so can't see the ZFS slice. > > assuming you didnt use gpt The thing is I did use gpart to partition the disk, and the partition was visible in Solaris as /dev/dsk/c4t0d0s2. It was also properly seen and analyzed by zdb, which showed correct pool name. So for the reference, I still don't know why it wasn't seen by import :)