Various users have confirmed serious problem with files transfer using Samba (could also effect other protocols while transfering large files).
If you are running kernel 3.16.x, it is recommended to implement a simple tweak to prevent data corruption during file transfering (thanks to ebbix for this tweak):
Turning off TCP segmentation offload on kernel 3.16.0:
For further information, see this post:
http://forum.doozan.com/read.php?2,12096,17403#msg-17403
If you are running kernel 3.16.x, it is recommended to implement a simple tweak to prevent data corruption during file transfering (thanks to ebbix for this tweak):
Turning off TCP segmentation offload on kernel 3.16.0:
apt-get install ethtool ethtool -K eth0 tso off
For further information, see this post:
http://forum.doozan.com/read.php?2,12096,17403#msg-17403