Hi,

I already create a "ResidentFlash" folder for my remaining nand flash.
The following is the snippet of our platform.reg.
It should be FAT format. Why is "DefaultFileSystem" "BINFS" in the following?
Why the folder name is not defined in FATFS registry setting ?


; Bind BINFS to the block driver
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\FlashDrv]
"DefaultFileSystem"="BINFS"
"PartitionDriver"="mspart.dll"
"AutoMount"=dword:1
"AutoPart"=dword:1
"MountFlags"=dword:11
"Folder"="ResidentFlash"
"Name"="Microsoft Flash Disk"
"BootPhase"=dword:0

; Keep FATFS from trying to shadow \Windows
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\FlashDrv\FATFS]
"MountFlags"=dword:0
"AutoMount"=dword:1
"AutoPart"=dword:1

[HKEY_LOCAL_MACHINE\System\StorageManager\FATFS]
"MountFlags"=dword:0




Thanks.

Yu.

Re: Why is default file system BINFS in "ResidentFlash" ? by Dean

Dean
Tue Jul 27 11:52:02 CDT 2004

I don't know - it's your registry file. It's up to you to set the
parameters to the correct values.

--
Dean Ramsier - eMVP


"Yu" <Yu.Mails@msa.hinet.net> wrote in message
news:28933d82.0407261901.353de0a9@posting.google.com...
> Hi,
>
> I already create a "ResidentFlash" folder for my remaining nand flash.
> The following is the snippet of our platform.reg.
> It should be FAT format. Why is "DefaultFileSystem" "BINFS" in the
following?
> Why the folder name is not defined in FATFS registry setting ?
>
>
> ; Bind BINFS to the block driver
> [HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\FlashDrv]
> "DefaultFileSystem"="BINFS"
> "PartitionDriver"="mspart.dll"
> "AutoMount"=dword:1
> "AutoPart"=dword:1
> "MountFlags"=dword:11
> "Folder"="ResidentFlash"
> "Name"="Microsoft Flash Disk"
> "BootPhase"=dword:0
>
> ; Keep FATFS from trying to shadow \Windows
> [HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\FlashDrv\FATFS]
> "MountFlags"=dword:0
> "AutoMount"=dword:1
> "AutoPart"=dword:1
>
> [HKEY_LOCAL_MACHINE\System\StorageManager\FATFS]
> "MountFlags"=dword:0
>
>
>
>
> Thanks.
>
> Yu.



Re: Why is default file system BINFS in "ResidentFlash" ? by Yu

Yu
Tue Jul 27 22:51:35 CDT 2004

Dear Dean

It is not only in my registry.
I found most ResidentFlash declarations are same as mine.
Even PPC implementation document writes so.
I are just curious why the folder name,ResidentFlash, is not declare
in FAT registry setting now that ResidentFlash is FAT format.


Thanks.

Yu.