Dear all,
I am working with a third party BSP that provides a driver for Compact
Flash devices, jatapi.dll.
My Compact Flash has two partitions. A primary DOS partition and an
EXT DOS partition. The first one contains the WinCE6 image, that is
why I want it to be hidden.
When I boot the device I see two folders, "Storage Card" and "Storage
Card2", each one pointing to a partition.
These are the registry settings:
[HKEY_LOCAL_MACHINE\Drivers\Builtin\JAtapi]
Dll = jatapi.dll
Flags = 0x00001000
IClass = ...
IoBase = 1f0 3f4 170 374
IoLen = 20 20 20 20
Order = 0x00000002
Prefix = IDE
[HKEY_LOCAL_MACHINE\Drivers\Builtin\JAtapi\Device0]
DeviceId = 0x00000000
Dll = jatapi.dll
Flags = 0x00001000
IClass = ...
Ioctl = 0x00000004
Prefix = DSK
Settings = 0x00000000
[HKEY_LOCAL_MACHINE\Drivers\Builtin\JAtapi\Device1]
DeviceId = 0x00000001
***same as Device1
[HKEY_LOCAL_MACHINE\Drivers\Builtin\JAtapi\Device2]
DeviceId = 0x00000002
***same as Device1
[HKEY_LOCAL_MACHINE\Drivers\Builtin\JAtapi\Device3]
DeviceId = 0x00000003
***same as Device1
[HKEY_LOCAL_MACHINE\System\Storage Manager\Profiles\HDProfile]
MountAsBootable = 1
Folder = Storage Card
I have tried adding subkey "MountHidden = 1" in HDProfile but,
obviously, both of the partitions desapeared.
I do not manage to assign different profiles to each partition. Could
someone please help me?
Thaks in advance.
maite