How to Check the Partition Table is GPT or MBR in Linux System
There are several ways to check whether a disk uses MBR or GPT partitioning scheme in Linux as well. The command line method should work on all Linux distributions. sudo parted -l [root@vps01 ~]# sudo parted -l Disk /dev/ploop31780: 42.9GB…


