Yes. It's not the drive itself, but how bios organizes the drive when it's first partitioned. MBR is a Master boot record, All the info for any and all partitions, logical or physical is stored in 1 spot at the very beginning of the drive. That works ok, but if the MBR gets messed up, All partitions are now affected. With GPT, there's no Master, each partition has its own data record at the beginning of each partition, so if one gets messed up, only that one is affected, not the others. Also means there's no need to access partitions or data records if they aren't currently in use, so if gaming on C and F, then G, H, I are effectively asleep, slim chance of corruption. It's a better system all around.
Because of Data size limits in...