I researched this problem, but have not found exact questions.
I installed ubuntu server on ~512G SSD, so I have 474G mounted at root:
Checking free space with df -H returns only 106G as a size of root filesystem:
Is it just a glitch and should I just move forward with this ?
lsblk
is telling you the size of the block device (in this case, an LVM logical volume), whereasdf
is telling you the size of the filesystem that was created on that block device – steeldriver Aug 17 '23 at 13:53