PDA

View Full Version : help - registry settings for sd card


papizdono
24th January 2007, 12:42 PM
can please someone from WM6 post the values of all key in the
HKEY_LOCAL_MACHINE\System\StorageManager\FATFS

trying to solve the SD mount problem with 3.3 ...

?
please ?
thanx

TheWizzard2203
24th January 2007, 03:22 PM
Yeah of course, no problem.

(Default) (value not set) = string value
CacheDll diskcache.dll = string value
CacheSize 0x1000 (4096) = dword value
Dll fatfsd.dll = string value
EnableCache 0x1 (1) = dword value
Flags 0x44 (68) = dword value
FriendlyName FAT FileSystem = string value
Paging 0x1 (1) = dword value
Util fatutil.dll = string value

Then there's a map called Filters with submaps:

Filters:

(default) (value not set) = string value

In the map Filters is a submap called CacheFilt.

CacheFilt:

(default) (value not set) = string value
Dll CacheFilt.dll = string value
Order 0x2 (2) = dword value

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

That's the complete contents of the FATFS map.

So to summarize. The dir structure is:

HKLM->System->StorageManager->FATFS->Filters->CacheFilt.

Good luck.

papizdono
24th January 2007, 04:43 PM
thanx...

trying somthn out :)

papizdono
24th January 2007, 07:23 PM
Please send me this values from 3.3 ROM not the WM6!!!

HKEY_LOCAL_MACHINE\System\StorageManager\FATFS\Fla gs
HKEY_LOCAL_MACHINE\System\StorageManager\FATFS\Buf ferSize

thanx !