管理者は、物理サーバー マットが OS を起動しないことを調査しています。サーバーには、RAID 5 アレイで構成された 3 台のハード ドライブがあります。サーバーは POST を通過しますが、OS はロードされません。管理者は、CPU と RAM が正しく取り付けられていることを確認し、デュアル電源をチェックします。次に管理者は、すべての BIOS 設定が正しいことを確認し、起動可能な USB ドライブをサーバーに接続すると、OS が正しくロードされます。問題の原因となっているのは次のうちどれですか?
正解:C
Explanation If a server has three hard drives configured in a RAID 5 array, it means that the data is striped across all three drives with parity information. RAID 5 can tolerate one drive failure without losing data, but not two or more. If there are multiple failed hard drives, the RAID 5 array will become corrupted and the OS will not load. The other options are not likely to cause the issue, as the server passes POST, the CPU and RAM are seated correctly, the BIOS settings are correct, and the OS loads from a bootable USB drive. RAID 5 does not require four drives, it can work with three or more. References: https://www.technewstoday.com/what-is-a-raid-5/