From: | "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com> |
---|---|
To: | Scott Chapman <scott_list(at)mischko(dot)com> |
Cc: | Michael Teter <mteter(at)1scom(dot)net>, postgresql <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Recomended FS |
Date: | 2003-10-27 14:56:26 |
Message-ID: | Pine.LNX.4.33.0310270755310.14845-100000@css120.ihs.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Fri, 24 Oct 2003, Scott Chapman wrote:
> On Friday 24 October 2003 16:23, scott.marlowe wrote:
> > Right, but NONE of the benchmarks I've seen have been with IDE drives with
> > their cache disabled, which is the only way to make them reliable under
> > postgresql should something bad happen. but thanks for the benchmarks,
> > I'll look them over.
>
> I don't recall seeing anyone explain how to disable caching on a drive in this
> thread. Did I miss that? 'Would be useful. I'm running a 3Ware mirror of 2
> IDE drives.
>
> Scott
Each OS has it's own methods, and some IDE RAID cards don't give you
direct access to the drives to enable / disable write cache.
On Linux you can disable write cache like so:
hdparm -W0 /dev/hda
back on:
hdparm -W1 /dev/hda
From | Date | Subject | |
---|---|---|---|
Next Message | scott.marlowe | 2003-10-27 15:19:31 | Re: [OT] Choosing a scripting language. |
Previous Message | scott.marlowe | 2003-10-27 14:54:47 | Re: Recomended FS |