Rebuilding a Linux software RAID array
The process is pretty straight forward, and I’m writing this as a ‘Note-to-self’ for future references than anything else. If anyone else find it useful, that’s great. Identify the broken drive Start by identifying the device as the system know it (ie. /dev/sdX or /dev/hdX). The following commands should provide you with the information: cat /proc/mdstat …