On Sun, 2009-05-17 at 18:28 +0100, Chris Pearson wrote: > I have a Dell PowerEdge 2850 that was running Debian with a 2.4 kernel. > I have just upgraded it to 2.6.26 and as part of that upgrade also begun > using udev. I am unsure whether this is a udev problem or a kernel > problem. > > With 2.4 I used to have a block device "megadev" in /proc/devices which > the Dell/LSI scripts use to communicate with the PERC. However, since > the upgrade I have no block device and udev is not creating > /dev/megadev0. > > The array is functioning fine. Would anyone be able to offer any > suggestions about how to get /dev/megadev0 back so I can use the > monitoring tools again? Some potentially useful output below. >From 2.6.25 onwards, megaraid_mm (the new megaraid driver) doesn't define its own block device like 2.4 did, but instead uses the misc devices. So, if you cat /proc/misc and megadev0 doesn't show up, it's a kernel problem. If it does, it's a debian udev problem. James -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html