|
Software RAID1 and udev
Hello,
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.
|