Mail Archives: djgpp/1996/09/04/02:01:38
On 3 Sep 1996, Jeffrey Taylor wrote:
> If you are using SMARTDRV, its buffers need to be flushed too.
If all you want is to ensure that the DOS file system "knows" about all
the bytes you've written to the files, you DON'T need to flush the
caches. That's because subsequent reads will check the cache first, and
will find those bytes there even if the actual disk write has been
delayed.
Only when you are going to reboot, or switch off your machine, you need
actually to ensure the cache is flushed.
- Raw text -