As the title states, I am trying to understand the discrepancies from ncdu and/or du in terms of what I am observing from disk usage. From what I understand, on modern systems, there is difference between disk usage and apparent size.
root@pve:/var/lib/vz/images/104# du -h vm-104-disk-1.raw 30G vm-104-disk-1.raw
However the actual disk usage inside the container is
21G /
Since it's a sparse file and size is set to 50GB
root@pve:/var/lib/vz/images/104# du -b -h vm-104-disk-1.raw 50G vm-104-disk-1.raw
Can someone explain to me where the extra 10GB disk usage is being used for in QEMU raw images?