From owner-freebsd-rc@FreeBSD.ORG Tue Jul 11 07:29:11 2006 Return-Path: X-Original-To: rc@freebsd.org Delivered-To: freebsd-rc@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A032816A4DD for ; Tue, 11 Jul 2006 07:29:11 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1515943D4C for ; Tue, 11 Jul 2006 07:29:08 +0000 (GMT) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id C03082085 for ; Tue, 11 Jul 2006 09:29:04 +0200 (CEST) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: 0.0/3.0 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on tim.des.no Received: from xps.des.no (des.no [80.203.243.180]) by tim.des.no (Postfix) with ESMTP id B44102082 for ; Tue, 11 Jul 2006 09:29:04 +0200 (CEST) Received: by xps.des.no (Postfix, from userid 1001) id 81C1A33C1F; Tue, 11 Jul 2006 09:29:04 +0200 (CEST) From: des@des.no (Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?=) To: rc@freebsd.org Date: Tue, 11 Jul 2006 09:29:04 +0200 Message-ID: <86odvwzjjz.fsf@xps.des.no> User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Subject: loopback mounts X-BeenThere: freebsd-rc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion related to /etc/rc.d design and implementation." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jul 2006 07:29:11 -0000 It is currently not possible to list loopback NFS mounts in /etc/fstab without noauto, because mountcritremote runs before mountd has started; mountd depends on nfsserver, rpcbind and quota, which all depend on mountcritremote (presumably because nfsd, rpcbind and quotaon all reside in /usr/sbin, which might be on a remote file system) The file systems which I mount over loopback NFS are not critical, and can safely be mounted later in the boot process, but we don't have a "mountnoncrit" script, or any way to indicate in fstab that a file system is non-critical. Any suggestions? DES --=20 Dag-Erling Sm=F8rgrav - des@des.no