From owner-freebsd-stable@FreeBSD.ORG Sun Sep 10 10:35:03 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B363316A403 for ; Sun, 10 Sep 2006 10:35:03 +0000 (UTC) (envelope-from roth@droopy.unibe.ch) Received: from mailhub03.unibe.ch (mailhub.unibe.ch [130.92.9.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C9D643D67 for ; Sun, 10 Sep 2006 10:35:02 +0000 (GMT) (envelope-from roth@droopy.unibe.ch) Received: from localhost (scanhub02.unibe.ch [130.92.5.62]) by mailhub03.unibe.ch (Postfix) with ESMTP id AF5DF4BCDA; Sun, 10 Sep 2006 12:35:00 +0200 (CEST) X-Virus-checked: by University of Berne Received: from mailhub03.unibe.ch ([130.92.9.70]) by localhost (scanhub02.unibe.ch [130.92.5.62]) (amavisd-new, port 10024) with LMTP id a+fTTXAwUYF9; Sun, 10 Sep 2006 12:34:59 +0200 (CEST) Received: from asterix.unibe.ch (asterix.unibe.ch [130.92.64.4]) by mailhub03.unibe.ch (Postfix) with ESMTP id 1CCBE4BC58; Sun, 10 Sep 2006 12:34:59 +0200 (CEST) Received: from droopy.unibe.ch (droopy [130.92.64.20]) by asterix.unibe.ch (8.13.6+Sun/8.13.6) with ESMTP id k8AAYxcw010923; Sun, 10 Sep 2006 12:34:59 +0200 (MEST) Received: (from roth@localhost) by droopy.unibe.ch (8.12.10+Sun/8.12.9/Submit) id k8AAYxWF009275; Sun, 10 Sep 2006 12:34:59 +0200 (MEST) Date: Sun, 10 Sep 2006 12:34:59 +0200 From: Tobias Roth To: Daniel Bond Message-ID: <20060910103459.GA9229@droopy.unibe.ch> References: <20060907181311.GA25768@spearburn.danielbond.org> <20060908121348.GA5534@droopy.unibe.ch> <20060909212208.GA16312@spearburn.danielbond.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060909212208.GA16312@spearburn.danielbond.org> User-Agent: Mutt/1.4i X-message-flag: Warning! Using Outlook is insecure and promotes virus distribution. Please use a different email client. Cc: freebsd-stable@freebsd.org Subject: Re: Patch for GBDE rc-script X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Sep 2006 10:35:03 -0000 On Sat, Sep 09, 2006 at 11:22:08PM +0200, Daniel Bond wrote: > On 14:13 Fri 08 Sep, Tobias Roth wrote: > > > > How is this better/different from just adding the gbde device to > > /etc/fstab and have it mounted along with all other filesystems? > > > It says in the handbook: > > "Since encrypted file systems cannot yet be listed in /etc/fstab for automatic > mounting, the file systems must be checked for errors by running fsck(8) > manually before mounting." Interesting. I have had this line in my /etc/fstab for almost a year now and it just works(tm): /dev/ad0s4d.bde /home ufs rw 2 2 Since during startup, gbde is run before fsck, I don't see why there would be any problems with this. Thanks, Tobias