On 10/06/2009 23:19, I wrote:
The device node /dev/sdb1 was turned into a md one - probably 9,127 - when you started the array, and stopping the array hasn't reverted it.
Or possibly /dev/sdb1 was turned into a symlink to /dev/md127.
mknod /dev/sdb1 8 17 would probably have fixed it.
Sorry, mknod /dev/sdb1 b 8 17, after removing the symlink if that's what it is.
Assuming you're using udev, the /dev/sdb1 device is recreated the next time you reboot, so the problem goes away.
Cheers, John. -- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html