From owner-freebsd-hackers Wed Mar 22 20:49:53 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id UAA28676 for hackers-outgoing; Wed, 22 Mar 1995 20:49:53 -0800 Received: from Root.COM (implode.Root.COM [198.145.90.1]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id UAA28670 for ; Wed, 22 Mar 1995 20:49:50 -0800 Received: from corbin.Root.COM (corbin.Root.COM [198.145.90.18]) by Root.COM (8.6.8/8.6.5) with ESMTP id UAA04849; Wed, 22 Mar 1995 20:49:38 -0800 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.11/8.6.5) with SMTP id UAA02420; Wed, 22 Mar 1995 20:49:37 -0800 Message-Id: <199503230449.UAA02420@corbin.Root.COM> X-Authentication-Warning: corbin.Root.COM: Host localhost didn't use HELO protocol To: terry@cs.weber.edu (Terry Lambert) cc: hasty@star-gate.com (Amancio Hasty), hackers@FreeBSD.org Subject: Re: Why IDE is bad In-reply-to: Your message of "Wed, 22 Mar 95 21:29:58 MST." <9503230429.AA16722@cs.weber.edu> From: David Greenman Reply-To: davidg@Root.COM Date: Wed, 22 Mar 1995 20:49:37 -0800 Sender: hackers-owner@FreeBSD.org Precedence: bulk >> > What do you mean "async mounts"? >> >> mount -o async /dev/ ... > >Does nothing. The 'async' option if for when a process is around to >do retries. Remote file system only, since a local file system will >just mount successfully. > >Why, what do you think it should *do* instead? It should do what the manual page says it does, which is to force all I/O to the filesystem to be done asynchronously. -DG