Check the size of disk partition with blockdev in Linux

Instead of using fdisk -s which is deprecated - use this option:

$ sudo blockdev --getsize64 /dev/sda1
12000136527872
You can notice that the value reported is 12 TB