From owner-freebsd-current@FreeBSD.ORG Mon Oct 17 09:26:11 2005 Return-Path: X-Original-To: freebsd-current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3B2F16A420 for ; Mon, 17 Oct 2005 09:26:11 +0000 (GMT) (envelope-from daniel_k_eriksson@telia.com) Received: from pne-smtpout1-sn2.hy.skanova.net (pne-smtpout1-sn2.hy.skanova.net [81.228.8.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id A22F043D6D for ; Mon, 17 Oct 2005 09:26:09 +0000 (GMT) (envelope-from daniel_k_eriksson@telia.com) Received: from royal64.emp.zapto.org (195.198.193.104) by pne-smtpout1-sn2.hy.skanova.net (7.2.060.1) id 4349BC0C00180B04 for freebsd-current@FreeBSD.org; Mon, 17 Oct 2005 11:26:08 +0200 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Mon, 17 Oct 2005 11:26:08 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Message-ID: <4F9C9299A10AE74E89EA580D14AA10A605F567@royal64.emp.zapto.org> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [PANIC] ufs_dirbad: bad dir Thread-Index: AcXSrn5L5+LEutVGSgGKvBUu7oXFmwASK10g From: "Daniel Eriksson" To: Cc: Subject: RE: [PANIC] ufs_dirbad: bad dir X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2005 09:26:11 -0000 When moving large amounts of data to/from encrypted disks (both GBDE and GELI) I have been experiencing strange filesystem corruption issues. Files disappearing or changing content and errors on unmount. I haven't seen any panics yet though. I haven't reported this before because I thought it had something to do with my hardware, but after having moved a ton of data between normal unencrypted partitions on the same machine I'm starting to wonder if it isn't a FreeBSD problem after all. One thing that makes GBDE and GELI disks different from regular disks is the block/sector size, that's why I'm butting into this thread. I really don't know if this is at all related to the topic of the thread, and I cannot easily reproduce or diagnose the problem. /Daniel Eriksson