so this is the situation:
I had this hardDrive of 500GB, on my server and tried to upgrade it to a 2T HardDrive,
after the upgrade result of lsblk has changed while df still returns same results.
df -h:
/dev/xvdf6 493G 472G 0 100% /root/external
lsblk:
xvdf6 202:86 0 2T 0 disk /root/external
so why the size of the drive is different if I use lsblk vs df commands?
I'm doing some heavy processing, and data in harddrive will go over 500GB, so what happens then?