Hi, I am running an x86 CEPC (5.0) with PCI IDE drives configured as
follows:
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\PCI\Template\GenericIDE\Device0]
"Prefix"="DSK"
"Dll"="ATAPI.dll"
"Settings"=dword:f
"DefaultDMAMode"=dword:0
"DeviceId"=dword:0
"Ioctl"=dword:4
"DoubleBufferSize"=dword:10000
"Protection" = dword:0
"IClass"=multi_sz:"{A4E7EDDA-E575-4252-9D6B-4195D48BB865}"
; Uncomment the following lines if you want to enable slave device.
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\PCI\Template\GenericIDE\Device1]
...
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\HDProfile]
"Name"="IDE Hard Disk Drive"
"Folder"="Hard Disk"
Using standard FATFS file system.
I am able to see the drives in storage manager and on my system in CE,
but I cannot dismount the volume/partition. The error message I see
via CTLPNL storage manager is "Unable to dismount store", and the body
of the error dialog is empty. Running a debug build doesn't appear to
give me any useful info either.
Any ideas or help is appreciated
-t