:: Re: [DNG] USB mount problem
Top Page
Delete this message
Reply to this message
Author: aitor
Date:  
To: dng
Subject: Re: [DNG] USB mount problem
On 12/6/21 12:47, aitor wrote:
> On 12/6/21 12:22, aitor wrote:
>>
>> Hi again,
>>
>> On 12/6/21 0:46, aitor wrote:
>>> Now i'm considering as a possible better approach to create vdev
>>> actions for each (ADD|REMOVE|CHANGE)
>>
>> In the case of eudev, kernel uevents can be listen by "udevadm monitor".
>>
> We should distinguish here between two different events:
>
> - The kernel uevent (BIND|ADD|REMOVE|CHANGE)
>
> - The udev event: sent out by udev after the kernel uevent rule processing
>
> Vdev's libudev-compat library removes this netlink connection to udev
> in favor of sending serialized device events by writing them as files.
>
> And..., whops! Here, Jude Nelson says:
>
> " It is highly recommended that users install eventfs
>
> https://github.com/jcnelson/eventfs <https://github.com/jcnelson/eventfs>
>
> and use it to host libudev-compat's event directories. "
>
> I didn't install it!
>

This is exactly what i was talking about when saying "... to create vdev
actions for each (ADD|REMOVE|CHANGE) device event". The BIND action
doesn't exist due to the removal of the netlink connection mentioned above.

Aitor.