You are not logged in.
Pages: 1
I set up samba on a box to use as a file server just to share home directories. Getting transfers at 2.5 - 5 MB/s. I set it up on another machine just to see if that one was the problem. Same thing between multiple computers. I'm not very experienced with samba. Here is testparm output:
# Global parameters
[global]
	server string = Server
	workgroup = HOME
	log file = /var/log/samba/%m.log
	max log size = 50
	reset on zero vc = Yes
	load printers = No
	unix extensions = No
	security = USER
	dns proxy = No
	idmap config * : backend = tdb
	wide links = Yes
	hosts allow = 192.168.1. 192.168.2. 127.
[homes]
	comment = Home Directories
	browseable = No
	read only = NoOffline
What's the network speed of the slowest device between server and clients (network cards, switches, etc)?
While testing, is there any other traffic going on on the network, or is the test setup isolated and with one client at a time?
Does it affect both incoming and outgoing transfers (from the server's point of view)?
Offline

Offline
This is my config /etc/samba/smb.conf
I recommend iperf3ing your network since I had an issue once where my Gigabit hub wasn't at Gigabit speeds. Bizarre.
I get 80mb/sec https://www.youtube.com/watch?v=t72zTyze25c
Offline
I actually improved speeds by making sure CIFS mounts use protocol version 3 by adding vers=3.0 to mount options. Seems like it defaults to version 1.0.
This is on the client side obviously. I never had speed issues with Linux samba as server and Windows as client but it was slower Linux to Linux. Upping the CIFS version did the trick.
Offline
I actually improved speeds by making sure CIFS mounts use protocol version 3 by adding vers=3.0 to mount options. Seems like it defaults to version 1.0.
This is on the client side obviously. I never had speed issues with Linux samba as server and Windows as client but it was slower Linux to Linux. Upping the CIFS version did the trick.
Are you getting roughly 125MBs-1 now? (you should)
Offline
Pages: 1