Hi, I'm using an small setup with two Westerd Digital WD Blue 2Tb disks, one as parity and the other as data disk. Recently the WD Blue assigned as data disk has failed, leaving me with only the parity WD Blue disk working. While planning the disk replacement, I've read that a Western Digital Blue is a SMR drive which is NOT recommended for parity. Therefore, I've bought to replace the faulty disk a Western Digital Red Plus 2Tb which is a CMR drive type, most appropriated to serve as a parity drive. Now I need to use my working WD Blue as disk, and place the new WD Red Plus as parity. I thought about two plans for that: Plan A (I think it is going to fail because I would use the dual parity to create a new parity disk which would be later again single parity): Install the new WD Red Plus as a secondary parity (which is not going to clone the first parity) Clear the old WD Blue which was serving as parity and use it as a data disk Plan B (This might work better but I would like to check) Clone the current WD Blue serving as parity to the WD Red Plus (ddrescue -f /dev/sdX /dev/sdY /boot/ddrescue.log) Clear the previous WD Blue which was serving as parity Configure the clonned WD Red Plus as parity and the WD Blue as data Start the array to rebuild the WD Blue data using WD Red Plus as parity What do you think? Thank you!