From owner-freebsd-hackers Mon Jul 19 21:25:27 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from pop3-3.enteract.com (pop3-3.enteract.com [207.229.143.32]) by hub.freebsd.org (Postfix) with SMTP id 70FFA15133 for ; Mon, 19 Jul 1999 21:25:21 -0700 (PDT) (envelope-from dscheidt@enteract.com) Received: (qmail 55601 invoked from network); 20 Jul 1999 04:25:17 -0000 Received: from shell-1.enteract.com (dscheidt@207.229.143.40) by pop3-3.enteract.com with SMTP; 20 Jul 1999 04:25:17 -0000 Date: Mon, 19 Jul 1999 23:25:16 -0500 (CDT) From: David Scheidt To: "Matthew D. Fuller" Cc: Stephen McKay , Matthew Dillon , freebsd-hackers@FreeBSD.ORG, Leif Neland Subject: Re: softupdates on root partition, no floppy In-Reply-To: <19990719231629.G12369@futuresouth.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 19 Jul 1999, Matthew D. Fuller wrote: > No, don't leave it alone, make it even SLOWER than usual! > /dev/da0s1a on / (local, synchronous, writes: sync 114 async 3850) > > Question of the day: Why do I have async writes on a sync partition? Because only meta-data writes are done synchronously. Data is still done asynchronously. David Scheidt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message