Ingvarr, on Apr 18 2009, 17:15, said:
I see only two storage devices in registry (exactly the same as WM5torage sees).
Why do you think there are must be three storage devices?
If you look at the dump you provided: ...
You may notice that "second device" is merely the clone of the first - all partition sizes and even the partition handles are the same.
My A700 does have three storage devices.
After further investigation, I found that the name of the second device should be "TrueFFS1", but has been cut as "TrueFFS" due to the limitation of 7 characters length of device name in WM5/WM6.
So I managed to change the device name by modification to the boot.hv file in XIP:
change:
[HKEY_LOCAL_MACHINE\System\StorageManager\AutoLoad\TrueFFS1]
to:
[HKEY_LOCAL_MACHINE\System\StorageManager\AutoLoad\
rTueFFS1]
(I tried many times for the parameters in boot.hv, and finally got this trick)
Then hard-reset A700.
Great! WM5torage can now show three storage devices!
(TrueFFS, rTueFFS, DSK1:)
WM5torage.JPG 23.82K
24 downloads
And
pdocread can aslo show three storage devices:
C:\Scoter Kitchen\Utilities\TOOLS\itsutils> pdocread -l
50.00M (0x3200000)
TrueFFS
| 1.06M (0x10fc00) Part00
| 1.63M (0x1a0000) Part01
| 44.94M (0x2cf0000) Part02
| 2.38M (0x260000) Part03
66.38M (0x4261200)
rTueFFS
| 66.38M (0x4260000) Part00
1.90G (0x79b00000)
DSK1:
| 1.90G (0x79ae1200) Part00
Finally I was able to re-partiton the second store (rTueFFS, 66.38M) into 2 partitions with the export of WM5torage.
This time I used FAT16 (previously I used FAT32 for M810 phone and met strange things) for the second partition, and can normally copy/view files on it from both A700 and PC side via WM5torage.
Now
pdocread shows:
C:\Scoter Kitchen\Utilities\TOOLS\itsutils> pdocread -l
50.00M (0x3200000)
TrueFFS
| 1.06M (0x10fc00) Part00
| 1.63M (0x1a0000) Part01
| 44.94M (0x2cf0000) Part02
| 2.38M (0x260000) Part03
66.38M (0x4261200)
rTueFFS
| 39.19M (0x2730c00) Part00
| 23.53M (0x1788600) Part01
1.90G (0x79b00000)
DSK1:
| 1.90G (0x79ae1200) Part00
Thanks Ingvarr for your great WM5torage!
MAPGPS