Hi, I decided it was time to move up from Mdk9.2 to Mdk10.1(official). But I've hit a few snags with my software raid0 devices.
To get my software raid setup like it was on the old install I added the raidtools package with "urpmi raidtools" and copied my old "/etc/raidtab" to the new system.
But one of my two raid0 devices does not load at boat, saying that "/dev/md1 dosn't exist". While the other (md0) loads ok.
if I manualy create and active the device with:
Code:
mknod /dev/md1 b 9 1
raidstart /dev/md1
it will start fine and I can then mount it, just like md0
I think it is a result of mdk10.1 using "udev" to dynamicly load the device nodes. I read that I should be abel to put a copy of my nod in "/etc/udec/devices/" and that this would be automaticly copied to /dev/ on boot, but this does not seam to happen.
Question: How do I make sure udev adds the correct device node?
And while mentioning "udev":
udev has caused me a lot of headace on my other machines, symbolic link pointing to my mouse device disapearing (making something like "ln -s /dev/input/mice1 /dev/mouse" useless) and making my /dev/nvidia* devices disapear... althou for those two problems I found workarounds (pointing to the correct device instead of the symlink, and adding nvidia to modules.preload)
Mdk10.1 Official
udev-030-24mdk
Hardware:
Proc: XP2500+
Mem: 256+512mb 333MHz
MB: Soltek SL75FRN2 (nForce2)
Promise FastTrack100 TX2
OnboardControler:
HDA 250gb (/mnt/Storage3)
HDB 250gb (/mnt/Storage4)
HDC 40gb (/root and /var and /home)
PromiseControler:
HDE 160gb (md0 disk0)
HDG 160gb (md0 disk1)
HDF 120gb (md1 disk0)
HDH 120gb (md1 disk1)
(Please ask if aditional system information is neaded, I'm not sure what is relevant to know in this case)