HI I have attached a volume of 1TB to my Ubuntu server.
I can see the mounted disk in df -h.
/dev/vdb 1000G 1.1G 999G 1% /data
Note: /dev/vdb is the new mounted disk.
If I do fdisk -l, the error Partition table entries are not in disk order is coming. Below is the output.
Partition table entries are not in disk order.
Disk /dev/vdb: 1000 GiB, 1073743044608 bytes, 2097154384 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
So, what might be wrong here. How do I fix this?
Actually due to this, the extended disk space is not being used or consumed.
I have checked many blogs and all I saw is fdisk /dev/vdb which gives option to fix the partition order. I tried it and below output came.
Nothing to do. Ordering is correct already. Failed to fix partitions order