Hi again everyone,

OK... I'm even more confused at what is happening here when I try to rejoin the 
split zfs send file...

When I cat the split files and pipe through cksum, I get the same cksum as the 
original (unsplit) zfs send snapshot:

        #cat mypictures.zfssnap.split.a[a-d] |cksum
        2375397256      27601696744

        #cksum mypictures.zfssnap
        2375397256      27601696744

But when I cat them into a file and then run cksum on the file, it results in a 
different cksum:

        #cat mypictures.zfssnap.split.a[a-d] > testjoin3
        #cksum testjoin3
        3408767053      27601696744     testjoin3

I am at a loss as to what on Earth is happening here!  The resulting file size 
is the same as the original, but why does cat produce a different cksum when 
piped vs. directed to a file?

In each case where I have run 'cmp -l' on the resulting file, there is a single 
byte that has the wrong value.  What could cause this?  

Any ideas would be greatly appreciated.

Thanks (again) to all in advance,
-Michael
-- 
This message posted from opensolaris.org
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to