From owner-freebsd-fs@FreeBSD.ORG Sun Jan 3 01:40:17 2010 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 339291065693; Sun, 3 Jan 2010 01:40:17 +0000 (UTC) (envelope-from nekoexmachina@gmail.com) Received: from mail-fx0-f227.google.com (mail-fx0-f227.google.com [209.85.220.227]) by mx1.freebsd.org (Postfix) with ESMTP id 2F6AD8FC12; Sun, 3 Jan 2010 01:40:16 +0000 (UTC) Received: by fxm27 with SMTP id 27so13296599fxm.3 for ; Sat, 02 Jan 2010 17:40:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=Bt3P21gxkIfm1ejmc9nmRwmIbTYmtVWe/vewT8JTcJs=; b=G5waeI97s5ehmWqKeFeu60IcUhe6rqtpYEr680TZE9Z0V6yXRQfsESmJbhJl8q7s7x 8b2a5selfu8H0u5oMlkvLb6YOa1eos6be79hPNGh/y8+i4kg2N0mcd88aYg6EI5yxzlI K04/uvxgpBtXo2Y8+XcZ1qIZjOq4bvooydQS0= 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 :content-type:content-transfer-encoding; b=W/8a+p1wBj8vcW0yxqOQ9GyzZBfCUSiF+6n254EshrY0gnBCk735Hbpgr36qCBBte9 Hi0tlvcfNHUVwjB+VAspM7IgLDJG66FbD6flLzDckKhWcZ9LqaKkCfoRGq8pLtsiW8bf LtiiSugBa75BTV2azH6C0muPgUgEU/xp5263I= MIME-Version: 1.0 Received: by 10.103.141.16 with SMTP id t16mr8088651mun.38.1262482802530; Sat, 02 Jan 2010 17:40:02 -0800 (PST) In-Reply-To: <884554e60912180038w3442dc67of9a1ed755f399df0@mail.gmail.com> References: <884554e60912090842x1bf1e8e4u842cbce4647aa63@mail.gmail.com> <884554e60912101351o2d592c6fn99f64bb2fd8c33be@mail.gmail.com> <4b21a7b9.5744f10a.3378.6447@mx.google.com> <884554e60912110938n79439fc1p4a3d41f81bb88991@mail.gmail.com> <5da0588e0912112203v52653fb2ic71d97970b615547@mail.gmail.com> <884554e60912120149t6cd0df5me349b1fdf485b0c@mail.gmail.com> <884554e60912120547i1ccca7acob8714fd5121a5508@mail.gmail.com> <4b2a6cad.9713f30a.573f.ffffad80@mx.google.com> <20091217180445.GA4115@a91-153-117-195.elisa-laajakaista.fi> <884554e60912180038w3442dc67of9a1ed755f399df0@mail.gmail.com> Date: Sun, 3 Jan 2010 04:40:02 +0300 Message-ID: <884554e61001021740h40294fabn95c5a7c1f0bca788@mail.gmail.com> From: Mikle Krutov To: freebsd-fs@freebsd.org, jh@freebsd.org, stas@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: Subject: Re: [8.0-RELEASE] ext2fs mount fails 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: Sun, 03 Jan 2010 01:40:17 -0000 Sorry for such a long time no-write. I've got to the PC with freebsd installed, and managed to copy all of data from ext2fs to zfs via linux-livecd. What data about this two partitions should be sent to fbsd-bugs? Also, not even 1 version of fbsd could mount them, tried 7.2 (livefs cd), 8.0-RELEASE and STABLE, so it may be not the fbsd bug. 2009/12/18 Mikle Krutov : > Well, i could not verify that under freebsd. Every fs-tool (except > testdisk - tried to use it to restore superblock after message 'wrong > magic number' appeared first time) tells me that i've got wrong magic > number for this filesystem. > I can not give the gpart show output right now; will send it in couple of= days. > > 2009/12/17 Jaakko Heinonen : >> On 2009-12-17, Aditya Sarawgi wrote: >>> > Yes, it's 100% ext2fs. =C2=A0I could not create dump with fbsd - 'wro= ng >>> > magic number', so i used linux livecd. >> >>> Mikle, file a pr. jh@, stas@ any ideas about this. >> >> How did you verify that /dev/ad8p1 contains a valid ext2fs (on FreeBSD)? >> AFAIK, recent dumpe2fs should work in any case if the partition contains >> a valid file system. My guess is that there is something wrong with the >> partition or how FreeBSD sees the partition. >> >> "gpart show" output might be useful for starters and maybe similar >> output from Linux. >> >> -- >> Jaakko >> >