On linux, you can check this via the gdisk tool which should be available for any distro.
gdisk -l /dev/sda Here, /dev/sda is the device node of the physical drive, not a partition (/dev/sda1, /dev/sda2, etc. are partitions).
If you see something that includes:
*************************************************************** Found invalid GPT and valid MBR; converting MBR to GPT format in memory. *************************************************************** You have a MBR style disk. Don't worry, this did not do any harm.
If you don't see any suchthis warning, you have a GPT disk, or Hybrida (bothhybrid GPT/MBR disk. The later are used mostly on Apple machines intended to dual-boot versions of MS Windows which do not support GPT and MBR. gdisk will indicate this with MBR mentioning or hiding the partitions that non-GPT aware operating systems may or:
Found valid GPT with hybrid MBR; using GPT They may not see) style diskalso be used in other situations where support for both styles is required.