From owner-freebsd-fs@FreeBSD.ORG Fri Oct 25 15:43:09 2013 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D02B9246 for ; Fri, 25 Oct 2013 15:43:09 +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 AC3962ECF for ; Fri, 25 Oct 2013 15:43:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by ironhide.redlamb.net (Postfix) with ESMTP id D41E1C7ABC for ; Fri, 25 Oct 2013 10:37:46 -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 91415-09 for ; Fri, 25 Oct 2013 10:37:46 -0500 (CDT) Received: by ironhide.redlamb.net (Postfix, from userid 80) id 478D9C7AD1; Fri, 25 Oct 2013 10:37:46 -0500 (CDT) Received: from 173-165-231-73-minnesota.hfc.comcastbusiness.net (173-165-231-73-minnesota.hfc.comcastbusiness.net [173.165.231.73]) by imp.redlamb.net (Horde MIME library) with HTTP; Fri, 25 Oct 2013 10:37:46 -0500 Message-ID: <20131025103746.g0u1s5xlgc0k8c48@imp.redlamb.net> Date: Fri, 25 Oct 2013 10:37:46 -0500 From: Pete Erickson To: FreeBSD Filesystems Subject: missing files on ext2fs with 9-STABLE MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.1.2) 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 15:43:09 -0000 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. Any help understanding this would be appreciated.