Hi,

i have two server with scsi disk, i have put the same files on both the server and it report a different space occupation 2.0mb and 2.2mb, a list of the folder report the same size of each files but the total size is different!!!! i have check also block size and on both is 4096

server1:
root@lakis [/home/user/www/admin/images]# du -h
2.0M .

server2:
root@ares [/home/user/www/admin/images]# du -h
2.2M .

i add also the partition info


server1:

Disk /dev/sda: 73.2 GB, 73274490880 bytes
255 heads, 63 sectors/track, 8908 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/sda1 * 1 129 1036161 83 Linux
/dev/sda2 130 1021 7164990 83 Linux
/dev/sda3 1022 1531 4096575 83 Linux
/dev/sda4 1532 8908 59255752+ f Win95 Ext'd (LBA)
/dev/sda5 1532 1786 2048256 82 Linux swap
/dev/sda6 1787 1915 1036161 83 Linux
/dev/sda7 1916 8908 56171241 83 Linux



server2:

Disk /dev/sda: 146.1 GB, 146163105792 bytes
255 heads, 63 sectors/track, 17769 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/sda1 * 1 131 1052226 83 Linux
/dev/sda2 132 1409 10265535 83 Linux
/dev/sda3 1410 2687 10265535 83 Linux
/dev/sda4 2688 17769 121146165 5 Extended
/dev/sda5 2688 3209 4192933+ 82 Linux swap
/dev/sda6 3210 3340 1052226 83 Linux
/dev/sda7 3341 17769 115900911 83 Linux



what's wrong?