- Using RAID4, we can now defend against disk failures
- If the XOR disk fails, we can recompute it by XORing disks 1 to N-1
- If any other drive failes, we can recompute it using the XOR disk
(For example, if B fails, recompute its information via A ^ C ^ D ^ (A ^ B ^ C ^ D
from XOR disk))