USB volumes not mounting... what's missing?

Dan Nicholson dbn.lists at gmail.com
Sun Nov 12 00:22:26 PST 2006


On 11/11/06, Simon Geard <delgarde at ihug.co.nz> wrote:
> On Sun, 2006-11-12 at 07:49 +0300, Andrey Borzenkov wrote:
> > It is possible that device needs more time to initialize, so adding
> > WAIT_FOR_SYSFS somewhere may help; current udev should have something like
> >
> > {pts/1}% cat /etc/udev/rules.d/05-udev-early.rules
> > # sysfs is populated after the event is sent
> > ACTION=="add", SUBSYSTEM=="scsi", WAIT_FOR_SYSFS="ioerr_cnt"
> >
> > do you have similar?
>
> No I don't, so that's probably it. My current LFS system includes that
> file in it's udev config, but it seems to have been removed in the newer
> config package on my latest build. I'll verify this fixes the problem,
> and raise the issue with the LFS devs...

Hmm. We switched it so that all standard rules shipped with udev are
installed and just 25-lfs.rules is installed from udev-config. You
seem to have missed this command:

cp -v etc/udev/rules.d/[0-9]* /etc/udev/rules.d/

I'm kind of surprised things have been working for you without them.

--
Dan


More information about the hal mailing list