My mistake df -P was not the right command. 'du' shows the total disk usage for file system or directory. Its much simpler than we thought.Just create a directory and see the size of empty directory created which is nothing but OS bloxk size.
$mkdir tempdir
$ls -l
