Somehting interessting:
I transfered a 23 GB file from USA to Germany with scp from Linux with reiserfs 
to OpenSolaris snv134 with ZFS.

When I compared the two files with md5sum on each side, I got different 
checksums.
I did so a split of the file to 5 GB parts and compared:

$ ls -lah c.tar.gz
-rw-r--r-- 1 mailarch mailarch 23G 2010-07-14 19:09 c.tar.gz

$ split -b 5000000000 c.tar.gz cpart

Solaris:
9a631367b296fa5c9de0f0f484e430de  cpartaa
83645c575d25fc6a2a0beddb81f6d0ee  cpartab
5871301278f2e75d2264174e82ff9675  cpartac
199d15f5204c14a97d29f86b14cd154b  cpartad
086fac841d7c05e946a2a75195569879  cpartae

Linux:
9a631367b296fa5c9de0f0f484e430de  cpartaa
83645c575d25fc6a2a0beddb81f6d0ee  cpartab
5871301278f2e75d2264174e82ff9675  cpartac
0509b68893216f894ee394c0ab212cd2  cpartad
086fac841d7c05e946a2a75195569879  cpartae

File cpartad is different on each side.
How is that possible?!
Is it possible that Linux read wrong bits/bytes or that scp is buggy?!
-- 
This message posted from opensolaris.org
_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to