From owner-freebsd-fs@FreeBSD.ORG Fri Apr 6 12:44:56 2007 Return-Path: X-Original-To: freebsd-fs@freebsd.org Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D813816A402 for ; Fri, 6 Apr 2007 12:44:56 +0000 (UTC) (envelope-from ml.freebsd-fs@ledisez.net) Received: from ledisez.net (ledisez.net [80.247.230.138]) by mx1.freebsd.org (Postfix) with ESMTP id 79CBF13C48A for ; Fri, 6 Apr 2007 12:44:55 +0000 (UTC) (envelope-from ml.freebsd-fs@ledisez.net) Received: from webmail.ledisez.net (localhost.localdomain [80.247.230.138]) by ledisez.net (Postfix) with ESMTP id D5A8C45ACA4 for ; Fri, 6 Apr 2007 14:44:54 +0200 (CEST) Received: from 62.212.122.219 (SquirrelMail authenticated user romain) by webmail.ledisez.net with HTTP; Fri, 6 Apr 2007 14:44:54 +0200 (CEST) Message-ID: <60158.62.212.122.219.1175863494.squirrel@webmail.ledisez.net> In-Reply-To: <20070406123447.GC3519@garage.freebsd.pl> References: <20070406025700.GB98545@garage.freebsd.pl> <4615D28D.8030909@wizy.org> <20070406112911.GC1251@garage.freebsd.pl> <20070406123447.GC3519@garage.freebsd.pl> Date: Fri, 6 Apr 2007 14:44:54 +0200 (CEST) From: "Romain LE DISEZ" To: freebsd-fs@freebsd.org User-Agent: SquirrelMail/1.4.9a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: Re: [zfs-discuss] ZFS committed to the FreeBSD base. 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: Fri, 06 Apr 2007 12:44:56 -0000 Hello, first of all, thank you for your great work. When i tried to read my ZFS volume created under Solaris, I had the same error. I simply used gpte (available in ports) to erase the partition table and create a new one with the correct value. I hadn't lost any data and now this error message has disappear. I can continue to read these volume under Solaris and Linux, of course. I can't try to read my ZFS volumes under FreeBSD because I get an error when loading the module. "kldload zfs" return me an error about missing files. (I will get back with the exact error later) One time again : great job ! -- Romain LE DISEZ 06.78.77.99.18 http://www.ledisez.net/ Le Ven 6 avril 2007 14:34, Pawel Jakub Dawidek a écrit : > On Fri, Apr 06, 2007 at 01:29:11PM +0200, Pawel Jakub Dawidek wrote: >> On Fri, Apr 06, 2007 at 05:54:37AM +0100, Ricardo Correia wrote: >> > I'm interested in the cross-platform portability of ZFS pools, so I >> have >> > one question: did you implement the Solaris ZFS whole-disk support >> > (specifically, the creation and recognition of the EFI/GPT label)? >> > >> > Unfortunately some tools in Linux (parted and cfdisk) have trouble >> > recognizing the EFI partition created by ZFS/Solaris.. >> >> I'm not yet setup to move disks between FreeBSD and Solaris, but my >> first goal was to integrate it with FreeBSD's GEOM framework. >> >> We support cache flushing operations on any GEOM provider (disk, >> partition, slice, anything disk-like), so bascially currently I treat >> everything as a whole disk (because I simply can), but don't do any >> EFI/GPT labeling. I'll try to move data from Solaris' disk to FreeBSD >> and see what happen. > > First try: > > GEOM: ad6: corrupt or invalid GPT detected. > GEOM: ad6: GPT rejected -- may not be recoverable. > > :) > > -- > Pawel Jakub Dawidek http://www.wheel.pl > pjd@FreeBSD.org http://www.FreeBSD.org > FreeBSD committer Am I Evil? Yes, I Am! >