Kel

Distinguished
Jul 22, 2004
12
0
18,510
Archived from groups: microsoft.public.windowsxp.hardware (More info?)

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
+++
 
G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.hardware (More info?)

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" kel@discussions.microsoft.com wrote in message:
news:DA5F8D9A-4294-442B-B0CE-BD4A20339F68@microsoft.com...

| 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
| +++