You should see it in Gparted.You can also just check your fstab file:
cat /etc/fstab
Watch the line with your root filesystem. Three possibilities here:
- If the line starts with
UUID=xyz
, this means it's a physical partition. - If the line starst with
/dev/sdaX
, it also means it's a physical partition. - The indicator for LVM would be something with
/dev/mapper/xyz
.