[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <200702151920.00028.andrew@walrond.org>
Date: Thu, 15 Feb 2007 19:19:59 +0000
From: Andrew Walrond <andrew@...rond.org>
To: linux-kernel@...r.kernel.org
Subject: Modular kernel (2.6.20) and software raid auto detection
With my ide driver and the md stuff all built into the kernel, my software
raid drives and associated /dev/md? devices are detected and created by the
kernel.
With the md stuff built in but the ide driver modular and loaded later by
udev, the drives are not detected.
So, I guessed that perhaps if I made the md stuff modular aswell and load it
_after_ loading the ide driver, this might kickstart the auto-detect stuff.
But it didn't :(
Is there a way to make auto-detection work without having the ide driver built
in?
TIA
Andrew Walrond
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists