Quote:
To fix the Sd card delay, try changing the value of HKEY_LOCAL_MACHINE\system\StorageManager\FATFS\Fla gs to 44. You are going to need a registry editor like phm, or regeditce.
|
Or Change it to:
Code:
[HKEY_LOCAL_MACHINE\System\StorageManager\FATFS]
"Flags"=dword:00010046
This has worked flawlessly for two days... And I started all the SD card problems
This difference forces caching when possible and disables all logging features of the FATFS. An earlier post has all the details.
-MadManX