Hello,
I am using Mint 18
I do not know if this is a limitation of Nemo or it is fixable, but it kinda degrade the experience.
If you browse your samba shares at Nemo and then transfer a file you get half the speed versus mounting the share first at the command line with:
sudo mount -t cifs //192.168.1.10/share /mnt/share -o username=jon,password=password
And then browse the mounted share at Nemo and make the file transfer....for my setup it goes from 45MB/s to 100MB/s
I was getting the full speed doing the same transfer at Windows and i tried multiples configs like tweaking smb.conf to try to get the same speed but it was Nemo...
I found a post from a while back that has the same issue but no solution:
https://forums.linuxmint.com/viewtopic.php?t=205332 (reply 4)
It isn't a limitation of Nemo.
The slow speed is a gvfs-smb problem.
There is a years old bug report here if sy has the same problem: https://bugzilla.samba.org/show_bug.cgi?id=10879
I think this issue is related (and exists already from the year 2013):
https://github.com/linuxmint/nemo/issues/424
@leigh123linux Isn't it possible to use something different than gvfs-smb if it apparently does not work properly and not fixed for 5+ years?
@inf3rno Have you tried cifs mounts?
@leigh123linux Ofc. I tried, but that is not the default and there was no password popup for that, so either I hardcode the password into a text file or I don't use it...
This bug is also in Mint 19.2
@jeroenst Yes, we have reported this bug in the last 5 years on many forums, but apparently nobody wants to fix it:
https://bugzilla.gnome.org/show_bug.cgi?id=738535
https://bugzilla.gnome.org/show_bug.cgi?id=762384
https://bugzilla.samba.org/show_bug.cgi?id=10879
Good luck with it, I rather use a local HTTP or FTP server to transfer the files I need.
Most helpful comment
It isn't a limitation of Nemo.
The slow speed is a gvfs-smb problem.