NavigationUser loginLinux NewsClick the above for your daily dose of Linux news. Food for ThoughtWindows Error: 002 - No error yet ... Spam?See spam posts on this site? If so, please don't reply to the spam! Instead, just report the URL to the webmaster. |
Software RAID1 and udevHello, I have a Debian Sarge running on a Asus Server with 2 hard disks. I configured software RAID1 with the mdadm tool. I use udev to manage the system devices. When I remove a hard disk (in this case /dev/sdb), the system removes it from the RAID array and the udev deletes the /dev devices. My is problem is when I plug the hard disk again. The udev instead of creating again the /dev/sdb, it will create /dev/sdc. The raid array won't recover and I think it's because of the changing of letter of the device. Any help? Thanks. |