Yeah, you still don't have a handle on how either RAID 1 or RAID 5 works.
If you have a RAID 1 array, and 1 drive fails, you still have 1 drive working, and your data is ok. If you replace the drive, and the data syncs to the new drive ok, you now have 2 drives again. If a few months later one of the drives again fails, you are still ok, as long as you replace the failed drive, and it rebuilds ok again. If instead, you have a failure where both drives fail
at the same time, your data is gone. If you have 1 drive fail, and have an error or corruption during rebuild (not uncommon), your data is gone.
If you have a RAID 5 array, it is effectively the same situation. If 1 drive fails, and you replace it, and it rebuilds ok, you are again protected. Repeat, ad infinitum. If a drive fails, and you don't replace it, a second failure causes you to lose all data. If a drive fails, you replace it, but there is an error during rebuild, you lose all data.
Obviously, there are RAID formats that can protect against more than 1 drive failure.
ME: [6:54:50 PM] Thats great. So its not like RAID 5, for example, where you'll lose all your data is a second drive fails? The Guardian Maximus in RAID 1 can tolerate as many drive failures if it is one by one, right? So when the first drive fails, I buy a new one the same day and put it inside replacing the dead one. The rebuilding process finishes after a day or two and all is good again. Then, a year later, another drive fails, but theres still the other drive with the backup, so I replace again the new dead drive with a new one and everything is still good. So this way it can keep forever, right?
No, as you describe it, RAID 1 and RAID 5 work EXACTLY the same way.