On 11/28/2016 03:34 PM, Randall C. Grimshaw wrote: > Phil: > Thank you for responding, it is much appreciated. > This is a recently assigned system so I must apologize for not having all of the history re fstab. > But when I try to boot into the 'normal' system it continues to use the new numbering, the mounts fail, (the duplicate md122 obviously fails), and the system panics. > I suspect the answer will have something to do with the command I googled: mdadm -A --update=superminor /dev/mdNEWNUMBER /dev/sd... > .. but I have zero experience with it. > Randall Use 'blkid' to find out the UUIDs of your filesystems. Replace /dev/mdX in your fstab with UUID="......" then "mount -av" Then you don't care what number shows up, and can resolve it at your leisure. Whatever mdadm.conf you end up with, run your distro's utility to get it into your initramfs. On ubuntu, it is "update-initramfs". Phil -- 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