how to check disk partitioning scheme in Linux command line

Open a terminal:
sudo parted -l

in the result, Partitioin Table: gpt
If your disk is MBR, it would show msdos.

You may also like...