gvfs smb / cifs file copy performance is terribly slow
Bug #1236619 reported by
Forest
This bug affects 18 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gvfs (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Copying moderate-size files to a samba share using gvfs is ridiculously slow compared to doing the same via mount.cifs. For example:
$ ls -sh testfile
1.2G testfile
$ time cp testfile ~/mnt/share-gvfs/
real 2m37.053s
user 0m0.056s
sys 0m5.120s
$ time cp testfile ~/mnt/share/
real 0m26.134s
user 0m0.004s
sys 0m1.724s
I'm running Xubuntu 13.04 (raring) amd64, gvfs 1.16.1-0ubuntu1.1.
summary: |
- gvfs smb/cifs file copy performance is terribly slow + gvfs smb / cifs file copy performance is terribly slow |
To post a comment you must log in.
Status changed to 'Confirmed' because the bug affects multiple users.