raid 1 is a mirrored setup, each nvme drive is a full copy of the other so if one fails, the system can continue to function.
raid 0 is a striped setup, each nvme drive holds only half of the data so if one fails, the system will fail and all data is lost. The reason why raid 0 exists is that...