From owner-freebsd-stable@FreeBSD.ORG Thu Jan 31 07:53:47 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E6C8516A420 for ; Thu, 31 Jan 2008 07:53:47 +0000 (UTC) (envelope-from tom@samplonius.org) Received: from ly.sdf.com (ly.sdf.com [216.113.193.83]) by mx1.freebsd.org (Postfix) with ESMTP id B045C13C4E5 for ; Thu, 31 Jan 2008 07:53:47 +0000 (UTC) (envelope-from tom@samplonius.org) Received: from localhost (localhost [127.0.0.1]) by ly.sdf.com (Postfix) with ESMTP id EE82437C002; Wed, 30 Jan 2008 23:49:54 -0800 (PST) X-Virus-Scanned: amavisd-new at X-Spam-Score: -4.046 X-Spam-Level: X-Spam-Status: No, score=-4.046 tagged_above=-10 required=6.6 tests=[ALL_TRUSTED=-1.8, AWL=0.353, BAYES_00=-2.599] Received: from ly.sdf.com ([127.0.0.1]) by localhost (ly.sdf.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mOhjGV6nTKMA; Wed, 30 Jan 2008 23:49:50 -0800 (PST) Received: from ly.sdf.com (ly.sdf.com [216.113.193.83]) by ly.sdf.com (Postfix) with ESMTP id CBE5737C001; Wed, 30 Jan 2008 23:49:50 -0800 (PST) Date: Wed, 30 Jan 2008 23:49:50 -0800 (PST) From: Tom Samplonius To: Hugo Silva Message-ID: <10474291.5691201765790781.JavaMail.root@ly.sdf.com> In-Reply-To: <47A0A81D.6010301@barafranca.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [216.113.193.90] Cc: freebsd-stable@freebsd.org Subject: Re: zfs problems X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jan 2008 07:53:48 -0000 ----- "Hugo Silva" wrote: > > I'm not clear about which version of ZFS code is in FreeBSD, and > whether the free space map bug is present there or not. Does anyone > know which ZFS is in FreeBSD? > > > > Anyways, if you really need the data, it might be possible to boot > the newest version of OpenSolaris, and let it repair your filesystem. > > > > > Tom > > _______________________________________________ > > > > WARNING: ZFS is considered to be an experimental feature in FreeBSD. > ZFS filesystem version 6 > ZFS storage pool version 6 That doesn't really help, as that is the filesystem version, not the version of the OpenSolaris code, used in FreeBSD. The most recent OpenSolaris has patched the free space map bug. It is possible that FreeBSD does not have this yet. Tom