Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extreme slow copy speed from Windows client to server for many small files (fuse-nfs) #820

Closed
Nyanraltotlapun opened this issue Sep 2, 2019 · 2 comments

Comments

@Nyanraltotlapun
Copy link

I want to refer this issue here Daniel-Abrecht/fuse-nfs-crossbuild-scripts#1

Perhaps this can be fixed on dokany side?

Setup:
Windows 10 x64
libnfs=master fuse-nfs=master dokany=v1.2.1.2000
Dokany from corresponding x64 msi installer
FreeBSD NFSv3 server with mapall=nobody:nobody
Connect command:
fuse-nfs.exe -n nfs://ip/main-zpool/share -m E:
(I also tried different options R -W (set to small values(9000) and to big values(500000), -H -A etc no difference)

Problem:
Extreme slow copy speed from Windows client to server for many(1240) not so small (around 1Mb) files. Speeds starts at 10-12Mb\s and ends at 2Mb\s.
Linux client do this blazing fast, with the same files.
And the NFS-Win port https://github.com/billziss-gh/nfs-win that is based on the same nfs lib give me around 50Mb\s
Same results for total commander and explorer copy.
For big file i get around 60Mb\s but NFS-Win give me 80+Mb\s

Assumption:
It seams to me that after each file copy fuse-nfs or docan or something is requesting full dir list from the server. Or perhaps it is permissions mapping problem...

@jacky35
Copy link

jacky35 commented Sep 9, 2019

Hello,
I think for this to be relevant it would have to redo the tests with version 1.3.0.1000 of dokany.

The latest version has really made great progress.

Jacky

@ghost
Copy link

ghost commented Sep 12, 2019

Hello,
I think for this to be relevant it would have to redo the tests with version 1.3.0.1000 of dokany.

The latest version has really made great progress.

Jacky

My tests that I mentioned here ran using version 1.3.0.1000 of dokany. Very slow compared to NFS-Win
Getting file listing from directories with some media files is very slow. I can see Windows reading files to generate thumbnails and network speed is stuck at 700KB/s... So, just to open media folders takes a lot of time, same when copying small files.

@Liryna Liryna closed this as completed Jan 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants