I have a situation to extend root directory from 2TB to 4TB because of low diskspace. I have updated it in vmware setting 2tb to 4tb. In lsblk I can see /dev/sda is 4TB. when I was doing fdisk on /dev/sda "DOS partition table format cannot be used on drivers larger than 2199023255040 bytes. Use GUID partition table format."
root directory is ext4 format and no lvm partition is there.
Is it possible to change partition type to GPT without losing data. How can I solve this issue?