hello,
I see my device read every single sector during boot, is it normal? does
TFAT/FAT type, and the exist of a BINFS partition affect boot time?

this is my reg setting

[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\xs27xNand]
"Profile"="FlashDisk"
"Dll"="xs27xNand.dll"
"Prefix"="DSK"
"IClass"="{A4E7EDDA-E575-4252-9D6B-4195D48BB865}"
"FriendlyName"="XScale 27x Nand flash Driver"
"Order"=dword:0
"Index"=dword:1

[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\FlashDisk]
"DefaultFileSystem"="FATFS"
"Name"="FlashDisk"
"Folder"="FlashDisk"
"MountHidden"=dword:0
"AutoMount"=dword:1
"AutoPart"=dword:1
"AutoFormat"=dword:1


[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\FlashDisk\FATFS]
; "FormatTfat"=dword:1
"EnableCache"=dword:1

Re: nand fmd driver, long boot time by K

K
Wed May 14 14:09:21 PDT 2008

Is your FAT/TFAT partition used as root storage or just mounted an external
filesystem?
Mounted as Root could cause more impact on system and may need more disk
cache to enhance the performance.
For the BINFS, how many files, especially for the executable files in BINFS
(non-NK region in your ce.bib file); in some case, you may need to enlarge
your page pool size to reduce the page out rate.

"mobilevil" <someone@somewhere.com> wrote in message
news:uf7cZkctIHA.524@TK2MSFTNGP05.phx.gbl...
> hello,
> I see my device read every single sector during boot, is it normal? does
> TFAT/FAT type, and the exist of a BINFS partition affect boot time?
>
> this is my reg setting
>
> [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\xs27xNand]
> "Profile"="FlashDisk"
> "Dll"="xs27xNand.dll"
> "Prefix"="DSK"
> "IClass"="{A4E7EDDA-E575-4252-9D6B-4195D48BB865}"
> "FriendlyName"="XScale 27x Nand flash Driver"
> "Order"=dword:0
> "Index"=dword:1
>
> [HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\FlashDisk]
> "DefaultFileSystem"="FATFS"
> "Name"="FlashDisk"
> "Folder"="FlashDisk"
> "MountHidden"=dword:0
> "AutoMount"=dword:1
> "AutoPart"=dword:1
> "AutoFormat"=dword:1
>
>
> [HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\FlashDisk\FATFS]
> ; "FormatTfat"=dword:1
> "EnableCache"=dword:1
>
>