Possible Duplicate:
Drive reporting incorrect free space
Recently I've been trying to clone my hd using dd tool. Everything was ok, as cloning ntfs partitions but when it comes to ext4 - dd does a strange thing. Eg. Having 12GB partition with 4GB of free space, when im trying to clone it on the new 25GB partition it does clone it, but the data that previously was 12GB, now are 21GB with 4GB(the same amount of free space still as it was on the old partition). It happens everytime im cloning my home and root partitions (ext4). I was also trying to lower the size of the new partition, to the size of the old one, but then dd ends with error saying that there's not enough of space, which should be enough...
Anyone? What's going on?