Enable FileSystem cache
To enable the FileSystem cache, speeding up overall performance at the risk of the cache not being written on a sudden reset:
Quote:
|
HKLM\System\StorageManager\FATFS\EnableCache = 1 (DWORD decimal)
|
To disable again:
Quote:
|
HKLM\System\StorageManager\FATFS\EnableCache = 0 (DWORD decimal)
|
Note that by default, the cache size is zero, and you will see no effect. See "Increase FileSystem cache" below to increase the cache size.