How about hacking your boot scripts to do a readlink on the device
before mount starts and seeing if that also hangs?
> BTW Richard: Your sample modules.conf file should put
>
> alias /dev/fd off
> alias /dev/stdin off
> alias /dev/stdout off
> alias /dev/stderr off
>
> _below_
>
> alias /dev/st* st
> alias /dev/fd* floppy
>
> because modprobe scans the list from bottom to top (!) and
> hence will load the SCSI tape module when devfs asks for "dev/stdin"!
> Actually, one could view this as a bug in modprobe or at least
> unexpected behaviour.
ERK! Gag me with a spoon. OK, I've worked around this misfeature.
Heinz: can you also do this and see if it helps?
Regards,
Richard....
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/