avoid writing HDD-cache

  • Thread starter Thread starter Alex Sauer
  • Start date Start date
A

Alex Sauer

Hi,

I got some theoretical question, wich came up, while discussing
recovery-algorythms.
Is it possible to AVOID using the disk-cache while writing to the HDD?
Either way: by programming an appl. or by means of the OS



TXA
Alex
 
Hi,

I got some theoretical question, wich came up, while discussing
recovery-algorythms.
Is it possible to AVOID using the disk-cache while writing to the HDD?
Either way: by programming an appl. or by means of the OS



TXA
Alex

With ATA drive write back cache is generally enabled by default but
can usually be disabled in the OS. It is not always so simple as many
ATA raid controllers, for example, do not allow this.

If you're asking how to make a program that would disable it in all
cases (even when obstructed) without specific user intervention - I
don't know.
 
Write cache can easily be turned off with SCSI drives. With some ATA drives some OSs e.g. WinXP and DOS (if utilities are available for the drive) can disable write cache.

Alex said:
Hi,

I got some theoretical question, wich came up, while discussing
recovery-algorythms.
Is it possible to AVOID using the disk-cache while writing to the HDD?
Either way: by programming an appl. or by means of the OS

TXA
Alex

--

When replying by Email include NewSGrouP (case sensitive) in Subject

Mike Walsh
West Palm Beach, Florida, U.S.A.
 
Back
Top