file block size
The stat commands uses the physical blocksize of the hard-disk. Basically all hard-disk since their inception in 1956 have used 512 bytes blocks.
Blocks, block devices and block sizes
All linux blocks are currently 1024 bytes. So, again another block size when you work with vmstat. This is the block size the Linux kernel uses ... Block sizes · I/O · How to.
KernelProjectslarge-block-size
In order to provide support for a larger block size a filesystem needs to provide the correct offset-in-file to block-on-disk mapping.
What is the block size in unix?
In General, Linux uses default block size of 4096 bytes (or 4 KB). Even if you create a file with size of just 10 bytes, it occupies 1 block aka ...