From owner-freebsd-fs@FreeBSD.ORG Fri Oct 25 20:55:14 2013 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AA075E65 for ; Fri, 25 Oct 2013 20:55:14 +0000 (UTC) (envelope-from redlamb@redlamb.net) Received: from ironhide.redlamb.net (ironhide.redlamb.net [216.17.90.180]) by mx1.freebsd.org (Postfix) with ESMTP id 858FF20DA for ; Fri, 25 Oct 2013 20:55:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by ironhide.redlamb.net (Postfix) with ESMTP id D05A7C7912; Fri, 25 Oct 2013 15:55:13 -0500 (CDT) Received: from ironhide.redlamb.net ([127.0.0.1]) by localhost (ironhide.redlamb.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 93879-03; Fri, 25 Oct 2013 15:55:13 -0500 (CDT) Received: from does.not.exist (localhost [127.0.0.1]) by ironhide.redlamb.net (Postfix) with ESMTP id 03C91C67D6; Fri, 25 Oct 2013 15:55:12 -0500 (CDT) Date: Fri, 25 Oct 2013 15:54:57 -0500 From: redlamb@redlamb.net To: Kimmo Paasiala Subject: Re: missing files on ext2fs with 9-STABLE Message-ID: <20131025205457.GA3599@does.not.exist> Mail-Followup-To: Kimmo Paasiala , FreeBSD Filesystems References: <20131025103746.g0u1s5xlgc0k8c48@imp.redlamb.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt X-GPG-Fingerprint: 60EF 3594 0953 353E ABB3 F5D0 EFF5 EAC1 A989 6169 Cc: FreeBSD Filesystems X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Oct 2013 20:55:14 -0000 On Fri, Oct 25, 2013 at 11:48:42PM +0300, Kimmo Paasiala wrote: > On Fri, Oct 25, 2013 at 6:37 PM, Pete Erickson wrote: > > I'm missing files on an ext2 filesystem in 9-STABLE. However, remounting the > > drive in Ubuntu (12.04.3) the files are back. The missing files range from a > > few KB to several GB so it's not based on the file sizes. While I've found > > an ugly way past this, I'm trying to understand why I'm having the problem > > in the first place. > > > > The ext2 fs was created in Ubuntu (12.04.3) in order to backup approx 1.4 TB > > from a hardware raid ext4 fs and copy it back once I repurpose the drives as > > ZFS in FreeBSD. The ext2 fs is on a gpt-labeled 3.0TB drive and I used rsync > > to copy the data. Unfortunately, I'm not getting any error messages so I > > have nothing to provide. > > > > FYI, my temp fix is mounting the raw ext2 fs to a ubuntu VM in VirtualBox > > and then rsync'ing it the ZFS fs via the virtual network. While it's ugly, > > it appears that it'll work. However, I'm hesitant to destroy the ext4 fs > > until I'm sure that I have the data backed up. > > > > Is the filesystem larger than 2TB? I recall that the ext2 driver in > FreeBSD has a severe limitation with the filesystem size that limits > the usable filesystems to 2TBs, anything larger will give undefined > results when used. > Yes, the partition is 3TB in size. I'll try and recreate the ext2 filesystem to be less than 2TB and see if that works. It can't be any slower then copying the data using a VM. Thanks for the response.