On 30/01/20 06:30, Reindl Harald wrote: >> Thanks. I thought of this, but both disk in question are nvme ssd with >> > manually added heat sink. It will be a hassle to remove and reinstall. I >> > think I will go with the back up rather than remove disk physically. > why would you remove it phyiscally to remove it rom the array? seriously? Because if you physically remove it, BOTH disks will think they are the surviving copy. You could "assemble" either disk on its own and recover the array. But if you remove a disk with --fail --remove, does that tamper with the superblock? Would that prevent that disk being re-assembled on its own? Seriously. I don't know. And were I in the OP's shoes I would be asking the same question. This is where you want something COW in the stack. Lvm. Btrfs. Where you can just take a snapshot, upgrade the system, and if it all goes pear-shaped you throw the snapshot away. Cheers, Wol