Hi
I have been trying to mount my SD card which has got 2 partitions; an Ext3 one and a FAT32 one.
I have created 2 files for each of the partitions in /etc/hal/fdi/policy/ as per the wiki on HAL.
As soon as I mount my SD card from my phone, the Ext3 partition shows up immediately in Dolphin( File manager in KDE). But the Fat32 one does not. HAL has created a folder for my Fat32 in /media. And when I open the folder, then it shows up in Dolphin And I can copy stuff across to it via Dolphin.
The problem is that when I use the CLI to copy stuff across, I get the message that the partition is not a directory.
Not sure what I have done wrong.
Here is a copy of the the policy file for the Fat32 partition
Code:
[sam@sony ~]$ cat /etc/hal/fdi/policy/20-Hero_SD_Fat32.fdi
<?xml version="1.0" encoding="UTF-8"?>
<deviceinfo version="0.2">
<device>
<match key="volume.uuid" string="4B17-EF32">
<merge key="volume.label" type="string">Hero_SD_FAT32</merge>
</match>
</device>
</deviceinfo>
Any suggestions, please?
Thanks
Samsom