Below is an abstract from man pages for du command:
The block count includes indirect blocks of each file. Block count is calculated in 512-byte units independent of the cluster size used by the system .
Specifying the -k flag calculates the block count in 1024-byte units
Another words du command can not be used to determine OS block size.




Reply With Quote