On Mon, Aug 11, 2008 at 11:49:52PM -0000, lhmwzy wrote: > same net,same file,same ftpd,different ufs and hammer fs.
Do you observe any difference if you run the following command on DragonFly machine for each file? $ dd if=src.tar.gz of=/dev/null Also try changing the block size(bs=XXX, defaults to 512) to see if there's any difference. $ dd if=src.tar.gz of=/dev/null bs=4k Cheers.
