This is a discussion on [Samba] Supporting large file transfers within the Samba forums, part of the Networking and Network Related category; Samba version 3.0.25b-1.1.cc I cant seem to transfer files over 40gb from a windows machine --&...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Samba version 3.0.25b-1.1.cc
I cant seem to transfer files over 40gb from a windows machine --> samba share. as far as socket options im using socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 SO_KEEPALIVE Is there any other tweaks I can use to help make this system more reliable? I get random errors.."network path not found" or something similar.. = Aconcagua Expedition with Alpine Ascents Aconcagua Expedition with America's Guide Service. International expeditions to the world's highest peaks. Comprehensive mountaineering school. The Seven Summits Company since 1986. http://a8-asy.a8ww.net/a8-ads/adftrc...e031c2859d46a8 -- Powered by Outblaze -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba |
|
|||
|
Jeff L wrote:
> Samba version 3.0.25b-1.1.cc > > I cant seem to transfer files over 40gb from a windows machine --> samba share. > > as far as socket options im using > > socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 SO_KEEPALIVE > > Is there any other tweaks I can use to help make this system more reliable? > > I get random errors.."network path not found" or something similar.. > > > Those are nerfed socket buffer settings. You can remove the SO_*BUF=8192, and it should improve performance. Is the connection collapsing on you? (you can check with netstat -s) -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba |