From owner-freebsd-questions@FreeBSD.ORG Wed Nov 9 00:00:45 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 275AD16A41F for ; Wed, 9 Nov 2005 00:00:45 +0000 (GMT) (envelope-from dpkirchner@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id A76BD43D49 for ; Wed, 9 Nov 2005 00:00:44 +0000 (GMT) (envelope-from dpkirchner@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so37402wxc for ; Tue, 08 Nov 2005 16:00:44 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=HjvHeRivlEiJQlSlmK5HzqW75xLsP+P/26oaz4leYLThS3ejAC9NEY1hJrsQyNyspBqjqU6caxMvnP/35kbkfxj4EkgYw0PAKN+I++Tydo1LGJR/lB1YwD4U6LGjNrPa61J4H/dY3Xc6vZLl03r7pUyfXxIQaMGTlpIPkMQfW70= Received: by 10.70.128.12 with SMTP id a12mr35681wxd; Tue, 08 Nov 2005 14:58:12 -0800 (PST) Received: by 10.70.104.18 with HTTP; Tue, 8 Nov 2005 14:58:12 -0800 (PST) Message-ID: <35c231bf0511081458w24119f79g3e32786cb997d4cc@mail.gmail.com> Date: Tue, 8 Nov 2005 14:58:12 -0800 From: David Kirchner Sender: dpkirchner@gmail.com To: user In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <4464r2dch1.fsf@be-well.ilk.org> Cc: freebsd-questions@freebsd.org Subject: Re: how do I tell FreeBSD to sync, for real ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Nov 2005 00:00:45 -0000 On 11/8/05, user wrote: > No, I'm not asking "why do I need to sync" ... I understand why I need to > wait, or issue a sync command. No problems there. > > What I am asking is, why is one issuance of `sync` not enough ? Why is > two not enough ? Why do I need to issue 6 or 8 of them ? Softupdates is why. If you disable softupdates (tunefs -n disable /dev/whatever) you shouldn't have to worry about the sync delay any more. I do wish there was a way to force it to sync to disk on demand, though.