From owner-freebsd-current@FreeBSD.ORG Tue Apr 29 08:07:25 2003 Return-Path: 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 03DB637B401 for ; Tue, 29 Apr 2003 08:07:25 -0700 (PDT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8292A43F85 for ; Tue, 29 Apr 2003 08:07:23 -0700 (PDT) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.9/8.12.9) with ESMTP id h3TF7H46051198; Tue, 29 Apr 2003 17:07:17 +0200 (CEST) (envelope-from phk@phk.freebsd.dk) To: Heiko Schaefer From: "Poul-Henning Kamp" In-Reply-To: Your message of "Tue, 29 Apr 2003 16:25:32 +0200." <20030429162332.M20908@daneel.foundation.hs> Date: Tue, 29 Apr 2003 17:07:17 +0200 Message-ID: <51195.1051628837@critter.freebsd.dk> cc: freebsd-current@freebsd.org Subject: Re: gbde data corruption? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Tue, 29 Apr 2003 15:07:25 -0000 In message <20030429162332.M20908@daneel.foundation.hs>, Heiko Schaefer writes: >...replying to myself, > >apparently updating g_bde_crypt.c from rev 1.12 to 1.13 has effects on the >format of data or the layout of the encrypted filesystem. the stuff that >was on that mount with the old kernel is gone now. Yes, I fumbled a commit and slipped in some debugging code in 1.12. I've had 1.13 running my toture-test here for 38 hours now with no trouble. >> PS: i also have some performance issues with gbde, about which i'll whine >> some other time :) it seems to me that the transactions on the disc (the >> way i use gbde at least) are too small to reach the theoretical speed of >> the harddrive. Much worse than that: They get cut into smaller I/O requests and the cpu has to chew on them a lot. While GBDE is not directly slow, it will never be as fast as an unencrypted partitition. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.