Date: Wed, 4 Sep 1996 08:59:19 +0200 (IST) From: Eli Zaretskii To: Jeffrey Taylor Cc: djgpp AT delorie DOT com Subject: Re: interrupting with ctrl-C In-Reply-To: <50i9ub$qv5@mark.ucdavis.edu> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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.