Forgot to answer this one. On 11/08/2015 09:48 AM, Francisco Parada wrote: > >> Apple Mail? Eeeewwww! :-) > Hah! Jerk! ;-) Just kidding I'm a Linux enthusiast all the way -- servers, desktops, laptop, android phone, ddwrt routers, etc. I suffer to run Windows for some work applications, but only in a VM. >> Yeah, that's normal with partial successes. Also, consider not using >> md127. That's mdadm's "I don't know what number to use" default. >> (Followed by 126, then 125, as so on.) > Just want to clarify this bit. Are you saying I should use a number as such to mount it now instead the 127 that it was called until the failure? Or in the future? For the two newer arrays, I had called them 500 and 400, just to be safe so there was no overlap. You need an mdadm.conf file that calls out your arrays by name and uuid. Your distro probably put a template in either /etc/ or /etc/mdadm/. You can append your current running setup with: mdadm -Es >>/etc/mdadm/mdadm.conf Then trim the ARRAY lines to just: ARRAY /dev/md1 UUID=...... Then use 'update-initramfs' or whatever ubuntu is using in 15.10 to install that into your early boot environment. Don't forget to fix your timeout mismatch problem. 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