Hal 0.5.8.1 - hal-storage-mount - problems
David Zeuthen
david at fubar.dk
Thu Dec 21 09:52:16 PST 2006
On Wed, 2006-12-20 at 14:35 +0100, Francesco VIRLINZI wrote:
> I added to hal (0.5.8.1) with a simple rule:
>
> <device>
> <match key="block.is_volume" bool="true">
> <match key="volume.fsusage" string="filesystem">
> <append key="info.callouts.add"
> type="strlist">hal-storage-mount</append>
> <append key="info.callouts.remove"
> type="strlist">hal-storage-unmount</append>
> <merge key="volume.policy.should_mount" type="bool">true</merge>
> </match>
> </match>
> </device>
So, it's just not supposed to be used like this. Basically,
hal-storage-mount is the handler for the Mount() method call. You're
trying to use it as a callout which is something different.
David
More information about the hal
mailing list