Re: Hive with self made Flash File System



No I am not mounting the flash filesystem as the root.

So I made changes as below.
; HIVE BOOT SECTION
[HKEY_LOCAL_MACHINE\init\BootVars]
"SystemHive"="system.hv"
"ProfileDir"=""
"Start DevMgr"=dword:1
"Flags"=dword:3

[HKEY_LOCAL_MACHINE\System\StorageManager\AutoLoad\MYFSD]
"FriendlyName"="MYFSD"
"Dll"="MYFSD.dll"
"BootPhase"=dword:0
"LoadFlags"=dword:1 ; 1:load synchronously 2:load asynchronously

; END HIVE BOOT SECTION

Could you please let me know if I am still doing something wrong in registry.

Thanks much!


"Paul G. Tobey [eMVP]" wrote:

You're mounting the flash filesystem as the root? Otherwise, won't
Documents and Settings *not* be in the right filesystem?

Paul T.

"JAM" <JAM@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:D635428D-ECC6-4896-A0B9-CD31DFEAE04E@xxxxxxxxxxxxxxxx
Thanks for prompt reply.

I would appreciate if you could verify the registry settings.

; HIVE BOOT SECTION
[HKEY_LOCAL_MACHINE\init\BootVars]
"SystemHive"="Documents and Settings\\system.hv"
"ProfileDir"="Documents and Settings"
"Start DevMgr"=dword:1
"Flags"=dword:3

[HKEY_LOCAL_MACHINE\System\StorageManager\AutoLoad\MYFSD]
"FriendlyName"="MYFSD"
"Dll"="MYFSD.dll"
"BootPhase"=dword:0
"LoadFlags"=dword:1 ; 1:load synchronously 2:load asynchronously

; END HIVE BOOT SECTION

I am glad to know about PSM. In our case. FSDMGR does load the MYFSD.
Either I am missing load order or some functionality.

Thanks!



"Paul G. Tobey [eMVP]" wrote:

You can use the hive registry with any storage device. Reading back
probably indicates that you are not mounting the filesystem properly
during
startup. I'm using Intel's Persistent Storage Manager, which doesn't use
FAT, and it works fine.

Paul T.

"JAM" <JAM@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:EBE2226E-9374-4155-B318-34FE761DAF87@xxxxxxxxxxxxxxxx
Hi!
Can I use hive functionality with self made flash file system ?
Flash File System is autoloaded using FSDMGR.
There is "NO" block driver. I use Flash File System driver with self
made
NAND read/write routines. I have implemented all functions required by
File
System.

I am able to save Hive registry but not able to read back on reboot.

Is it possible to use hive registry with any other file system then
FAT?













.



Relevant Pages

  • Re: Hive with self made Flash File System
    ... ; END HIVE BOOT SECTION ... Can I use hive functionality with self made flash file system? ... I am able to save Hive registry but not able to read back on reboot. ...
    (microsoft.public.windowsce.platbuilder)
  • Re: How to use hive-based registry
    ... <apellerin AT adeneo DOT adetelgroup DOT com> ... The following are what I put for NOR flash driver and hive-based registry ... ; HIVE BOOT SECTION ... Flash File System with folder "NOR Flash". ...
    (microsoft.public.windowsce.platbuilder)
  • Re: How to use hive-based registry
    ... If the following registry items are included into ";HIVE BOOT SECTION", ... <apellerin AT adeneo DOT adetelgroup DOT com> ... My board, including NOR Flash File system, is working fine without ...
    (microsoft.public.windowsce.platbuilder)
  • Re: How to use hive-based registry
    ... The registry items included are as follows. ... ; END HIVE BOOT SECTION ... how the file system work properly? ... My board, including NOR Flash File system, is working fine without ...
    (microsoft.public.windowsce.platbuilder)
  • Re: Hive with self made Flash File System
    ... Documents and Settings *not* be in the right filesystem? ... Can I use hive functionality with self made flash file system? ... I am able to save Hive registry but not able to read back on reboot. ...
    (microsoft.public.windowsce.platbuilder)

Loading