Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Aug 1997 04:35:22 GMT
From:      mike@sentex.net (Mike Tancsa)
To:        agent47@baldcom.net (Ken McKittrick)
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: mount -o asynch = better performance ???????
Message-ID:  <33f2899b.95335755@mail.sentex.net>
In-Reply-To: <v03102809b017e0cc04e6@[205.232.46.109]>
References:  <v03102809b017e0cc04e6@[205.232.46.109]>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 13 Aug 1997 23:11:38 +0100, in sentex.lists.freebsd.questions
you wrote:
>How reliable is a file system if it's mounted asynch really????

I think its more of a question of how reliable is everything else.
i.e. do you have a UPS in case of power loss, are there any apps you
are running that would crash the machine for whatever reason.  Async
just means that there is more data at any given time in memory that is
waiting to be written out.  Running async lets the OS write are more
convienient times.  A good example is do a config <YOUR KERNEL FILE>
with /usr mounted sync, and then async.  You will see quite a
difference in the time it takes.  I have my newsspool mounted async,
which is a pretty write intensive setup as you can imagine, and I have
not had any problems to date (knock on wood).  But again, its not that
write behind caching is dangerous, its just dangerous if you have a
crash.

	---Mike



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