You are not logged in.

#1 2007-07-05 16:34:30

MrFuji
Member
From: Germany
Registered: 2007-05-05
Posts: 26

(Solved) HAL automount

Just a quick question concerning HAL's automounting:

I have succesfully applied the policy from the wiki so that only removable media is automounted.
Unfortunately this also prevents SD Cards to be automounted. Thus, my question, how can I change the policy so that SD Cards get automounted?
That's my policy at the moment:

<?xml version="1.0" encoding="UTF-8"?> 
<deviceinfo version="0.2">
  <device>
    <match key="volume.fsusage" string="filesystem">
      <merge key="volume.ignore" type="bool">true</merge>
      <match key="@block.storage_device:storage.removable" bool="true">
        <merge key="volume.ignore" type="bool">false</merge>
        <merge key="storage.policy.should_mount" type="bool">true</merge>
      </match>
    </match>
  </device>
</deviceinfo>

If it turns out to be impossible, would it then be possible to block a certain partition only, as that was actualy the reason why I applied the policy...

Last edited by MrFuji (2007-07-06 12:22:09)

Offline

#2 2007-07-05 21:23:40

mehldutt
Member
From: Germany
Registered: 2006-01-08
Posts: 128

Re: (Solved) HAL automount

this may be what you are looking for:

http://bbs.archlinux.org/viewtopic.php?id=21004

Offline

#3 2007-07-06 12:21:43

MrFuji
Member
From: Germany
Registered: 2007-05-05
Posts: 26

Re: (Solved) HAL automount

Perfect...
Partition doesn't get automounted anymore!

Offline

Board footer

Powered by FluxBB