I created a file with a single "A" character in it. Ran the stat command and got as part of the information:
Size: 2 Blocks: 8 IO Block: 4096 regular file
Why does a 2 bytes file occupy 8 512 bytes blocks on disk?
Also,is there a command that shows you how big one logic block is?
Thanks!