Re: Hive with self made Flash File System



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: 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 based registry on sdcard..
    ... This is the final working registry settings for hive based registry on ... SDHC Memory Storage class driver ... ; END HIVE BOOT SECTION ... I am trying to have hive based registry on the sdcard. ...
    (microsoft.public.windowsce.platbuilder)
  • Re: Hive-Based Registry Settings
    ... I want to store registry hives on compact flash. ... ; HIVE BOOT SECTION ... ; @CESYSGEN ENDIF FILESYS_FSREGHIVE ... Timeout period for a flush (flush occurs if there have been some ...
    (microsoft.public.windowsce.platbuilder)
  • Re: Hive-Based Registry Settings
    ... >> Did you wrap your platform changes with HIVE BOOT SECTION like you see ... >> beitman AT applieddata DOT net ... I want to store registry hives on compact flash. ... >> ENDIF ...
    (microsoft.public.windowsce.platbuilder)

Loading