atom feed16 messages in org.freebsd.freebsd-rcloopback mounts
FromSent OnAttachments
Dag-Erling SmørgravJul 11, 2006 7:28 am 
Brooks DavisJul 11, 2006 3:52 pm 
Florent ThoumieJul 11, 2006 4:07 pm 
Dag-Erling SmørgravJul 11, 2006 4:47 pm 
Brooks DavisJul 11, 2006 4:53 pm 
Florent ThoumieJul 11, 2006 5:00 pm 
Doug BartonJul 11, 2006 5:18 pm 
Florent ThoumieJul 12, 2006 9:25 am 
Dag-Erling SmørgravJul 12, 2006 10:32 am.diff
Florent ThoumieJul 12, 2006 10:50 am 
Brooks DavisJul 12, 2006 3:38 pm 
Doug BartonJul 12, 2006 5:13 pm 
Doug BartonJul 12, 2006 6:20 pm 
Dag-Erling SmørgravJul 12, 2006 7:55 pm 
Brooks DavisJul 13, 2006 1:38 am 
Doug BartonJul 13, 2006 4:31 am 
Subject:loopback mounts
From:Dag-Erling Smørgrav (de@des.no)
Date:Jul 11, 2006 7:28:49 am
List:org.freebsd.freebsd-rc

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