Date: Tue, 11 Jul 2006 09:29:04 +0200 From: des@des.no (Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?=) To: rc@freebsd.org Subject: loopback mounts Message-ID: <86odvwzjjz.fsf@xps.des.no>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86odvwzjjz.fsf>