Date: Tue, 10 Jul 2001 09:13:52 -0700 From: "David O'Brien" <obrien@FreeBSD.ORG> To: Terry Lambert <tlambert2@mindspring.com> Cc: Bill Moran <wmoran@iowna.com>, freebsd-hackers@FreeBSD.ORG Subject: Re: FreeBSD Mall now BSDCentral Message-ID: <20010710091352.F48544@dragon.nuxi.com> In-Reply-To: <3B4B26FE.6660FE5C@mindspring.com>; from tlambert2@mindspring.com on Tue, Jul 10, 2001 at 09:02:06AM -0700 References: <20010706144935.A61843@xor.obsecurity.org> <3B4650D0.97F10B83@bellatlantic.net> <20010707002340.B16071@widomaker.com> <20010707004731V.jkh@osd.bsdi.com> <3B49F8D5.2C9BFA73@mindspring.com> <3B4A0124.26025FB5@iowna.com> <3B4A1423.E8E365E@mindspring.com> <20010709144801.A38630@dragon.nuxi.com> <3B4B26FE.6660FE5C@mindspring.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jul 10, 2001 at 09:02:06AM -0700, Terry Lambert wrote: > David O'Brien wrote: > > > > On Mon, Jul 09, 2001 at 01:29:23PM -0700, Terry Lambert wrote: > > > Most of the work should be done using async mounts, or > > > > IT DOES. Terry please read the code... > > > David: please install 4.3 --R E L E A S E--, the last > official --R E L E A S E--. /* * Miscellaneous support routines.. * * $FreeBSD: src/release/sysinstall/misc.c,v 1.40 1999/11/27 14:33:07 phk Exp $ ..snip... if (mount("ufs", mountpoint, RunningAsInit ? MNT_ASYNC | MNT_NOATIME : 0, (caddr_t)&ufsargs) == -1) { There you go Terry, async mounts for installs. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010710091352.F48544>