On Sun, Oct 25, 2009 at 7:18 PM, Tom Horsley <tom.horsley@xxxxxxx> wrote:
I've found something about the automount daemon, autofs. Can this work with HAL?On Sun, 25 Oct 2009 16:57:59 -0700Yep, before F12 I keep my usb backup drive from showing up in gnome
suvayu ali wrote:
> If you intend to poke around with HAL, you might want to also look
> into Device-Kit ( I maybe wrong about the name, but its something
> similar) as this is going to replace HAL F-12 onwards.
sessions via:
/etc/hal/fdi/policy/10-stop-hal-stop.fdi
<?xml version="1.0" encoding="UTF-8"?>
<deviceinfo version="0.2">
<device>
<match key="volume.label" string="BACKUP">
<merge key="volume.ignore" type="bool">true</merge>
</match>
</device>
</deviceinfo>
For F12 and beyond (until they invent yet another scheme) I use:
/etc/udev/rules.d/99-zzz-local.rules
ENV{ID_FS_LABEL}=="BACKUP", ENV{DKD_PRESENTATION_HIDE}="1"
I understand that one can configure autofs by modifying /etc/auto.master.
-- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines