> The safer course is simply to create the device node if it's not > present. This is what dellmgr used to do with older PERCs.
I've met similar problem year ago. We had raidmon init script which deleted /dev/megadev0 and was unable to recreate it because the device was moved to misc with major number 10 in newer kernels. Udev just worked with both old and new kernels. It's really not good idea to mess witch device files in such places. -- Pavel Mateja _______________________________________________ Linux-PowerEdge mailing list [email protected] https://lists.us.dell.com/mailman/listinfo/linux-poweredge Please read the FAQ at http://lists.us.dell.com/faq
