Date: Tue, 31 Aug 2010 11:32:43 -0700 From: Sean Bruno <seanbru@yahoo-inc.com> To: "N.J. Mann" <njm@njm.me.uk> Cc: "freebsd-hackers@freebsd.org" <freebsd-hackers@freebsd.org>, "sbruno@freebsd.org" <sbruno@freebsd.org>, Scott Long <scottl@samsco.org> Subject: Re: /etc/rc.d/mountcritremote Message-ID: <1283279563.3665.66.camel@home-yahoo> In-Reply-To: <20100831162947.GA61795@titania.njm.me.uk> References: <1283271393.3665.13.camel@home-yahoo> <20100831162947.GA61795@titania.njm.me.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 2010-08-31 at 09:29 -0700, N.J. Mann wrote: > In message <1283271393.3665.13.camel@home-yahoo>, > Sean Bruno (seanbru@yahoo-inc.com) wrote: > > An issue in testing came up where we were trying to mount NFS > > directories from the same server, i.e. a machine trying to mount an NFS > > dir on itself. > > > > Because mountcritremote runs before the NFS server is up, we modified > > the REQUIRES section and appended nfsd. > > Is this not what the 'late' attribute in /etc/fstab is for? > > e.g. > > oberon% grep /usr/ports /etc/fstab > oberon:/export/usr/ports /usr/ports nfs late,rw,tcp > > > Cheers, > Nick. Good question. Looking over the man page for mount, is there any reason to use 'late' versus what I am suggesting? Sean
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1283279563.3665.66.camel>