Re: udev device mapper rules for early boot?

2012-12-13 Thread Nikolaus Rath
Michael Biebl bi...@debian.org writes: On 11.12.2012 19:00, Nikolaus Rath wrote: 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 [..] I have

udev device mapper rules for early boot?

2012-12-11 Thread Nikolaus Rath
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.

Re: udev device mapper rules for early boot?

2012-12-11 Thread Michael Biebl
On 11.12.2012 19:00, Nikolaus Rath wrote: 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 [..] I have added a custom hook to copy this rule