Displaying 1 result from an estimated 1 matches for "341h".
Did you mean:
3413
2009 Mar 11
5
Disk usage for small files in ext3 in CentOS 5
Hello,
I noticed something unusual today.
If I "du" a small file (couple of bytes) in CentOS 5, it tells me the
file is using 8kb, while I was expecting 4kb which is the block size
I'm using.
I tried this on several CentOS 5 machines, both x86_64 and i386:
$ echo test >test.txt
$ ls -l test.txt
-rw-rw-r-- 1 filbranden filbranden 5 Mar 11 17:24 test.txt
$ du -h test.txt
8.0K