Disk Caching

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can disk caching be turned off for a given file or disk? Can this be done in the OS or at the application level in C? We tried FILE_ACCESS_MODE UNBUFFERED and it didn't work. Is this new to XP??

Kel
+++
 
Because of the cache manager/file system design of Windows XP,
the file system cannot operate properly without the system cache enabled.
Windows XP uses the system cache to access it's metadata.

Also see:

"Delayed Write Failed" Error Message When You Manage Files in Windows XP
http://support.microsoft.com/default.aspx?scid=kb;en-us;330174&Product=winxp

--
Carey Frisch
Microsoft MVP
Windows XP - Shell/User

Be Smart! Protect your PC!
http://www.microsoft.com/security/protect/

-------------------------------------------------------------------------------------------

"kel" (e-mail address removed) wrote in message:

| Can disk caching be turned off for a given file or disk? Can this be done in the OS or at the application
level in C? We tried FILE_ACCESS_MODE UNBUFFERED and it didn't work. Is this new to XP??
|
| Kel
| +++
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top