<br clear="all">Hi,<br><br>I'm trying to understand why extra blocks are added when you create a file in the ext3 fs:<br><br>for example, let's create a file of 1111 blocks (4096 bytes for each block)<br><br>$ dd if=/dev/zero of=foo bs=4096 count=1111<br>
<br>the real occupation disk is then:<br><br>$ du -B 4096 foo<br>1114<br><br>instead of 1111<br><br>So where the 3 extra blocks come from?<br><br>Thanks for help!<br><br>youness<br><br>-- <br>Y.<br>