Postpoing udev events until after filesystems are active?

Caporegime
Joined
18 Oct 2002
Posts
29,493
Location
Back in East London
Right, following this thread, I've now discovered that using the PROGRAM event for udev rules is hopeless at boot time, because the filesystems are not mounted/active yet.

So, I need to either delay udev events until after the filesystems have been mounted/initab has been activated, or a way to re-run the udev daemon for select devices.

Any pointers? :)
 
all sorted.. the modules for the devices have been added to /etc/modules.autoload.d/kernel-2.6, which udev uses as a black list, so autoload picks them up later on. :)
 
Back
Top Bottom