<br><br><div class="gmail_quote">On Sun, Oct 25, 2009 at 7:18 PM, Tom Horsley <span dir="ltr"><<a href="mailto:tom.horsley@att.net">tom.horsley@att.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Sun, 25 Oct 2009 16:57:59 -0700<br>
suvayu ali wrote:<br>
<br>
> If you intend to poke around with HAL, you might want to also look<br>
> into Device-Kit ( I maybe wrong about the name, but its something<br>
> similar) as this is going to replace HAL F-12 onwards.<br>
<br>
</div>Yep, before F12 I keep my usb backup drive from showing up in gnome<br>
sessions via:<br>
<br>
/etc/hal/fdi/policy/10-stop-hal-stop.fdi<br>
<br>
<?xml version="1.0" encoding="UTF-8"?><br>
<br>
<deviceinfo version="0.2"><br>
  <device><br>
    <match key="volume.label" string="BACKUP"><br>
       <merge key="volume.ignore" type="bool">true</merge><br>
    </match><br>
  </device><br>
</deviceinfo><br>
<br>
For F12 and beyond (until they invent yet another scheme) I use:<br>
<br>
/etc/udev/rules.d/99-zzz-local.rules<br>
<br>
ENV{ID_FS_LABEL}=="BACKUP", ENV{DKD_PRESENTATION_HIDE}="1"<br>
<div><div></div><div class="h5"><br>
</div></div></blockquote></div>I've found something about the automount daemon, autofs. Can this work with HAL?<br>I understand that one can configure autofs by modifying /etc/auto.master.<br>