About command get space of my computer in Linux OS

Hello everybody

I want to know between Im use command

n= VolumeCount-1
For i=0 to n
ComboBox2.AddRow Volume(i).Name
ComboBox2.ListIndex=0
Next

and I’m use commant on terminal:

df -k

the result drive name of my computer not same

thank you