0
With my Linux media server and files shared through Samba on a home network, moving files using a Windows machine takes seconds as though it's telling the server to move file from point A to point B. When using a Linux client (same results on several distros, namely, Raspbian, Fedora, Mint), it takes much longer, as though it's moving it from server to host and back to server. Is this what's happening? Is there a way to transfer the files faster using the Linux client?
Yes, current versions all around. Windows transfers the files around the server near-instantly. It's the Linux machines that take time. Origin and destination directories are both on the server. – theoctagon – 2016-07-09T16:13:21.647
The sentence that explained the behavior read weird. Disregard my comment then. – Ramhound – 2016-07-09T16:23:43.620
1What client are you using for Samba (i.e. gnome-vfs, gvfs, kio, smbnetfs, smbclient, in-kernel cifs.ko) and how are you performing the move, precisely? – user1686 – 2016-07-09T19:56:04.660
1I'm just guessing, for the most part, but reading about Caja, Nautilus/Files, and Nemo, they all seem to use gvfs and/or gio. I get to the desired file in the file various managers, browsing through "network", the doman, the server, then to each share. I'm going to assume it has something to do with this, because I've now (in Caja) used, from the file menu, "connect to server" and used ssh, which seems to act as desired. – theoctagon – 2016-07-10T21:15:08.197
All of those use gio+gvfs, yes. – user1686 – 2016-07-12T08:17:48.713