Seeking Remedy for udev Confusion
Roger Oberholtzer
roger
Tue Nov 29 09:28:52 PST 2005
On Tue, 2005-11-29 at 22:42 +0800, Man-wai CHANG wrote:
> > How far have you got? I am at the point of
> > understanding /usr/share/hal/fdi/policy/20thirdparty, which is where you
> > would put the various bits that do as you want. This directory contains
>
> I have the same directory in my Ubuntu 5.10, but it's empty. And it
> seems that I didn't enable udev/devfs in my linux-2.6.14.3 kernel. I can
> still see /dev.
The directory is probably usually empty. It is where you are expected to
put your rules. For example, to make sure some specific usb memory
sticks are mounted without 'sync':
<?xml version="1.0" encoding="ISO-8859-1"?>
<deviceinfo version="0.2">
<device>
<!-- disable sync for mount -->
<match key="block.is_volume" bool="true">
<match key="volume.fsusage" string="filesystem">
<match key="volume.uuid" string="4473-3FFD">
<merge key="volume.policy.mount_option.sync" type="bool">false</merge>
</match>
</match>
</match>
</device>
</deviceinfo>
--
Roger Oberholtzer
OPQ Systems AB
More information about the Linux-users
mailing list