サーバー技術者が Windows サーバー OS を物理サーバーにインストールしています。インストールの仕様では、4TB のデータ ボリュームが必要です。パーティションが OS で使用できることを確認するには、技術者は次のことを確認する必要があります。
正解:B
To ensure the partition is available to the OS, the technician must verify that the volume is formatted as GPT. GPT (GUID Partition Table) is a partitioning scheme that defines how data is organized on a hard disk drive (HDD) or a solid state drive (SSD). GPT uses globally unique identifiers (GUIDs) to identify partitions and supports up to 128 primary partitions per disk. GPT also supports disks larger than 2 TB and has a backup copy of the partition table at the end of the disk for data recovery. GPT is required for installing Windows on UEFI-based PCs, which offer faster boot time and better security than legacy BIOS-based PCs.