From owner-freebsd-current Mon May 18 22:51:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA19085 for freebsd-current-outgoing; Mon, 18 May 1998 22:51:47 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from set.spradley.tmi.net (set.spradley.tmi.net [207.170.107.99]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA18980 for ; Mon, 18 May 1998 22:51:12 -0700 (PDT) (envelope-from tsprad@set.spradley.tmi.net) Received: from set.spradley.tmi.net (localhost [127.0.0.1]) by set.spradley.tmi.net (8.8.8/8.8.7) with ESMTP id AAA06067; Tue, 19 May 1998 00:50:53 -0500 (CDT) (envelope-from tsprad@set.spradley.tmi.net) Message-Id: <199805190550.AAA06067@set.spradley.tmi.net> X-Mailer: exmh version 2.0zeta 7/24/97 To: Jason Nordwick cc: freebsd-current@FreeBSD.ORG Subject: Re: softupdates and mount options... In-reply-to: Your message of "Mon, 18 May 1998 21:36:59 PDT." <35610C6B.5ED4201@scam.xcf.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 19 May 1998 00:50:52 -0500 From: Ted Spradley Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I never told the system (through fstab), to mount sync or async. > I added softupdates today and put sync under the mount options > just to be safe, but now it appears to actually make the system > slower ? Is this because the system default to async ? Um, sync and async are not a binary choice. Normal is sorta in between sync and async. As I understand it, the sync option requires that the write(2) call doesn't return to the process until the data and metadata is safely written to the disk. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message