While attempting to save files from windows xp installed computer to memory card,i received an error message and also at that time system was hanged for a while.
Error message :
Windows - Delayed Write Failed
'Windows was unable to save all the data for the file <drive location-Here external drive>.The data has been lost.This error may be caused by a failure of your computer hardware or network connection.Please try to save this file elsewhere'.
Note : After short a while i received taskbar error ' Unable to create task bar icon after 5seconds'.Is it related to delayed write error.
Solution recommended is to reinsert the external drive<here its memory card> and try saving the files.
Platform : windows xp operating system service pack 3(SP3).
Settings/configuration for UDMA(ultra direct memory access) and 'Enable write caching on disk' should be carefully viewed to overcome this error.
By increasing the number of page table entries we can avoid this error.To increase the number of page table entries open regedit and assign following settings for the key.
HKEY_LOCAL_MACHINE/System/CurrentControlSet/control/session manager/memory management
from the following page,
http://support.microsoft.com/kb/330174.
Note: This error occurs, if user have removed the device before the process (write) takes place.
Recommended :
error copying files incorrect parameter
Error message :
Windows - Delayed Write Failed
'Windows was unable to save all the data for the file <drive location-Here external drive>.The data has been lost.This error may be caused by a failure of your computer hardware or network connection.Please try to save this file elsewhere'.
Note : After short a while i received taskbar error ' Unable to create task bar icon after 5seconds'.Is it related to delayed write error.
Solution recommended is to reinsert the external drive<here its memory card> and try saving the files.
Platform : windows xp operating system service pack 3(SP3).
Settings/configuration for UDMA(ultra direct memory access) and 'Enable write caching on disk' should be carefully viewed to overcome this error.
By increasing the number of page table entries we can avoid this error.To increase the number of page table entries open regedit and assign following settings for the key.
HKEY_LOCAL_MACHINE/System/CurrentControlSet/control/session manager/memory management
- In the details pane,right click the system pages value and then click modify.Note: default value is 0(hex).
- In the value data box,type 7FFF and click ok.we can try following alternate values 7FFF=32,000;PTEs BFFF=50,000;PTEs 24FFF=150,000 PTEs.Note: The FFFFFFFF value should not be used.If you set it too high,you might run out of paged pool memory.
- Exit registry
- restart
- monitor the memory /free system page table entries in perfmon.
from the following page,
http://support.microsoft.com/kb/330174.
Note: This error occurs, if user have removed the device before the process (write) takes place.
Recommended :
error copying files incorrect parameter
No comments :
Post a Comment