Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Apr 2001 10:12:20 -0500
From:      Andrew Hesford <ajh3@chmod.ath.cx>
To:        David O'Brien <freebsd-hackers@freebsd.org>
Cc:        Alfred Perlstein <bright@wintelcom.net>, niek@bergboer.net
Subject:   Re: UFS block size vs. write speed
Message-ID:  <20010421101220.A4459@cec.wustl.edu>
In-Reply-To: <20010421080120.C72704@dragon.nuxi.com>; from freebsd-hackers@freebsd.org on Sat, Apr 21, 2001 at 08:01:20AM -0700
References:  <20010420144543.F30241@wit379119.student.utwente.nl> <20010420055426.Q1790@fw.wintelcom.net> <20010420152029.A35974@wit379119.student.utwente.nl> <20010420093530.A98970@cec.wustl.edu> <20010420075203.T1790@fw.wintelcom.net> <20010420104748.A99196@cec.wustl.edu> <20010421080120.C72704@dragon.nuxi.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Apr 21, 2001 at 08:01:20AM -0700, David O'Brien wrote:
> On Fri, Apr 20, 2001 at 10:47:48AM -0500, Andrew Hesford wrote:
> > I do see both synchronous writes and asynchronous writes on my
> > filesystem (as reported by mount); what are these?
> 
> The default mount is "nosync".  synchronous metadata, asynchronous data.
> Compare with the "async" and "sync" mount options.

Hey, thanks for the info. The synchronous metadata explains why, when I
first started using FreeBSD, it took ages to delete a highly-populated
directory (it might have been the ports tree, or something that size).

With soft updates, however, the deletion happens much quicker. Is this
because soft updates does everything asynchronously, but in a structured
(ordered) fashion? If so, how often is the cache flushed to disk, and is
it user-configurable?

-- 
Andrew Hesford
ajh3@chmod.ath.cx

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010421101220.A4459>