https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286869
--- Comment #3 from Martin Birgmeier <[email protected]> --- Rebooted the server under openSUSE Leap 15.6 (fully updated) and again ran the same commands on the client as before (only "1m" replaced by "1024k" and "hd" by "hexdump -C" to adapt to Linux conventions): [0]# diff =(dd if=/dev/da0 bs=1m count=64 | hd) =(ssh -n orion "dd if=/dev/zvol/orion.12/50/vdisks/914 bs=1024k count=64 | hexdump -C") | less diff =(dd if=/dev/da0 bs=1m count=64 | hd) 24.92s user 1.46s system 91% cpu 28.711 total less 0.01s user 0.00s system 0% cpu 34.771 total [0]# cmp -x <(dd if=/dev/da0 bs=1m count=1024) <(ssh -n orion "dd if=/dev/zvol/orion.12/50/vdisks/914 bs=1024k count=1024") | less [0]# In both cases, no differences at all. -- Martin -- You are receiving this mail because: You are the assignee for the bug.
