After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 652540 - SMB trough .gvfs(fuse) 5-10 time slow than nautilus
SMB trough .gvfs(fuse) 5-10 time slow than nautilus
Status: RESOLVED FIXED
Product: gvfs
Classification: Core
Component: fuse
unspecified
Other Linux
: Normal minor
: ---
Assigned To: gvfs-maint
gvfs-maint
Depends on:
Blocks:
 
 
Reported: 2011-06-14 10:24 UTC by Michael Trunner
Modified: 2017-09-01 20:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fuse: Use the big_writes option to speed up writes (1.95 KB, patch)
2013-10-08 06:25 UTC, Ross Lagerwall
committed Details | Review

Description Michael Trunner 2011-06-14 10:24:26 UTC
Hi,

I'm trying to copy some files with rsync to a smb-share. I used ~/.gvfs/[bla on bla]/, but it is very slow (~2MB/sec). The problem even happens when I use dd.

When I copy the same file with nautilus a have around 12MB/sec.

This bug is may be related to #543640, but I don't know.
Comment 1 Ross Lagerwall 2013-10-08 06:25:10 UTC
Created attachment 256682 [details] [review]
fuse: Use the big_writes option to speed up writes

Without the big_writes option, fuse uses a block size of 4096 bytes
which results in poor write performance.  So use the big_writes option
to write blocks up to 64KiB in size.
Comment 2 Ross Lagerwall 2013-10-08 06:27:31 UTC
This patch seems to have a decent speed up.

On my machine, this speeds up rsync to a local samba share from 2MiB/s to 12MiB/s and dd from 2.5MiB/s to 25MiB/s.
Comment 3 Alexander Larsson 2013-10-08 09:16:41 UTC
Attachment 256682 [details] pushed as 8835238 - fuse: Use the big_writes option to speed up writes
Comment 4 inf3rno 2017-09-01 20:12:58 UTC
I have a similar issue here: https://bugzilla.samba.org/show_bug.cgi?id=10879 Isn't is possible, that using big writes in gnome would solve it? I already sent a gnome bug report here: https://bugzilla.gnome.org/show_bug.cgi?id=762384 I am just curious, because the samba report appears to be dead...