Hello,

I have created a udev rule to set the owner of a specific block device:

SUBSYSTEM=="block",
ENV{DM_UUID}=="LVM-yYuoI8k05GWxZnz9BeEIwPUGGeojzF3dZZmXTYRqC051Tllj76OHdDlzYhKZUu7u",
OWNER="1000"

If I disable and re-enable this logical volume with lvchange, it gets
created with the correct owner.

However, when I boot the computer, the device is always owned by
root:disk instead.

I have added a custom hook to copy this rule into the initrd. I also
uncompressed and extracted the resulting initrd, and the rule is indeed
present in lib/udev/rules.d as 99-udev-custom.rules.


Does anyone have a suggestion of how I could debug this further? Why is
my rule ignored when the volume comes up the first time?

Best,
Nikolaus



-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/50c774cd.8040...@rath.org

Reply via email to