[azureuser@vm-linux-avset ~]$ lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 0 128G 0 disk ├─sda1 8:1 0 500M 0 part /boot ├─sda2 8:2 0 63G 0 part │ ├─rootvg-tmplv 253:0 0 2G 0 lvm /tmp │ ├─rootvg-usrlv 253:1 0 10G 0 lvm /usr │ ├─rootvg-homelv 253:2 0 1G 0 lvm /home │ ├─rootvg-varlv 253:3 0 8G 0 lvm /var │ └─rootvg-rootlv 253:4 0 2G 0 lvm / ├─sda14 8:14 0 4M 0 part └─sda15 8:15 0 495M 0 part /boot/efi sdb 8:16 0 16G 0 disk └─sdb1 8:17 0 16G 0 part /mnt [azureuser@vm-linux-avset ~]$ sudo fdisk /dev/sda Welcome to fdisk (util-linux 2.32.1). Changes will remain in memory only, until you decide to write them. Be careful before using the write command. GPT PMBR size mismatch (134217727 != 268435455) will be corrected by write. The backup GPT table is not on the end of the device. This problem will be corrected by write. Command (m for help): p Disk /dev/sda: 128 GiB, 137438953472 bytes, 268435456 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes Disklabel type: gpt Disk identifier: AF316F0C-B194-4705-B82B-5DE8DE117150 Device Start End Sectors Size Type /dev/sda1 1026048 2050047 1024000 500M Linux filesystem /dev/sda2 2050048 134215679 132165632 63G Linux LVM /dev/sda14 2048 10239 8192 4M BIOS boot /dev/sda15 10240 1024000 1013761 495M EFI System Partition table entries are not in disk order. Command (m for help): d Partition number (1,2,14,15, default 15): n Value out of range. Partition number (1,2,14,15, default 15): 8 Could not delete partition 8 Command (m for help): p Disk /dev/sda: 128 GiB, 137438953472 bytes, 268435456 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes Disklabel type: gpt Disk identifier: AF316F0C-B194-4705-B82B-5DE8DE117150 Device Start End Sectors Size Type /dev/sda1 1026048 2050047 1024000 500M Linux filesystem /dev/sda2 2050048 134215679 132165632 63G Linux LVM /dev/sda14 2048 10239 8192 4M BIOS boot /dev/sda15 10240 1024000 1013761 495M EFI System Partition table entries are not in disk order. Command (m for help): 3 3: unknown command Command (m for help): n Partition number (3-13,16-128, default 3): 3 First sector (134215680-268435422, default 134215680): 134215680 Last sector, +sectors or +size{K,M,G,T,P} (134215680-268435422, default 268435422): 268435422 Created a new partition 3 of type 'Linux filesystem' and of size 64 GiB. Command (m for help): w The partition table has been altered. Syncing disks. [azureuser@vm-linux-avset ~]$ sudo reboot