From owner-freebsd-hackers Tue Jul 10 9:14:15 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 8C06537B407 for ; Tue, 10 Jul 2001 09:14:04 -0700 (PDT) (envelope-from obrien@nuxi.ucdavis.edu) Received: from dragon.nuxi.com (root@trang.nuxi.com [206.40.252.115]) by relay.nuxi.com (8.11.2/8.11.2) with ESMTP id f6AGDrR34741; Tue, 10 Jul 2001 09:13:53 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.3/8.11.1) id f6AGDqq88305; Tue, 10 Jul 2001 09:13:52 -0700 (PDT) (envelope-from obrien) Date: Tue, 10 Jul 2001 09:13:52 -0700 From: "David O'Brien" To: Terry Lambert Cc: Bill Moran , freebsd-hackers@FreeBSD.ORG Subject: Re: FreeBSD Mall now BSDCentral Message-ID: <20010710091352.F48544@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG 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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3B4B26FE.6660FE5C@mindspring.com>; from tlambert2@mindspring.com on Tue, Jul 10, 2001 at 09:02:06AM -0700 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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