1 Answer
Normally you can view in fdisk -l command itself at Partition table column.
If its not visible, do the below process,
# parted
Using /dev/sda
Welcome to GNU parted! type 'help' to view comments
(parted) print
You can view the label in Partition Table column.
NOTE: If parted command is not found, install using yum install parted -y
Your Answer
x