From owner-freebsd-questions@FreeBSD.ORG Mon Nov 16 15:09:27 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3FBDD1065672 for ; Mon, 16 Nov 2009 15:09:27 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.155]) by mx1.freebsd.org (Postfix) with ESMTP id C480F8FC08 for ; Mon, 16 Nov 2009 15:09:26 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id d23so2164231fga.13 for ; Mon, 16 Nov 2009 07:09:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=km0PX0+dtf/XEq8bQ+wrm++msVKLKqWTqIONPQH7YiE=; b=aA7oYmSS/7RKd+JfNWjnqjUyVTLfwMgYc4FxYkSyLXZa9C+8dhFcMXXeNoxG65cmVp R2m2wikC4DDelYBVv/6Na/GiSW+zSDhRxjC1LlNtgM9Mqcx9nP3ejeEnJMVfaG9Np7ct nFp5ZvMnI75O+FjhSLA8of8iJphMpD7mGMaUs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=MCRyUo9VtbOiCyCcVMbpsmVL/IZaSzs5AWDoTq77ftxITKFT4LM5lFTAh/QdwzJ36/ aOF4khsaYIub4rBAe8nHJrMFunO4mZc0bWkyKBgf1wb0hRcl8ayuG8HGx7runGslW9lE 0hnEKE9+1uKizsiu7vZp46bMKWHHxPHXzc7RY= Received: by 10.86.104.36 with SMTP id b36mr684464fgc.42.1258384165578; Mon, 16 Nov 2009 07:09:25 -0800 (PST) Received: from gumby.homeunix.com (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mx.google.com with ESMTPS id l12sm14542277fgb.22.2009.11.16.07.09.24 (version=SSLv3 cipher=RC4-MD5); Mon, 16 Nov 2009 07:09:24 -0800 (PST) Date: Mon, 16 Nov 2009 15:09:22 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20091116150922.6a2b5553@gumby.homeunix.com> In-Reply-To: <2daa8b4e0911151823sd98f726ma4b8eebf05b16dd0@mail.gmail.com> References: <2daa8b4e0911151823sd98f726ma4b8eebf05b16dd0@mail.gmail.com> X-Mailer: Claws Mail 3.7.2 (GTK+ 2.16.6; i386-portbld-freebsd7.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Partition naming, fstab, and geli X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Nov 2009 15:09:27 -0000 On Sun, 15 Nov 2009 19:23:15 -0700 David Allen wrote: > 2. My second question is in regards to using the 'xx' fstype to have > the system ignore that device. > > Consider, for example, a geli encrypted partition. The .eli device > doesn't exist at boot time. I discovered by accident that the system > won't boot with an fstab entry for a device that doesn't exist. So > if I was to record an entry in fstab, I couldn't use > > /dev/ad1e.eli /home/david/private ufs rw 0 0 > geli partitions can exist at mount time, but you either have to be present at the console to type-in the pass-phrase or configure it to use a passfile. If you attach your geli-partitions manually then you can either set the fstab entries to noauto, or omit them altogether.