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

sshfs extremely slow file transfers #47

Open
jeffreydlong opened this issue Feb 14, 2019 · 5 comments
Open

sshfs extremely slow file transfers #47

jeffreydlong opened this issue Feb 14, 2019 · 5 comments

Comments

@jeffreydlong
Copy link

Hi, I'm using:
SSHFS version 2.5 (OSXFUSE SSHFS 2.5.0)
OSXFUSE 3.8.3
FUSE library version: 2.9.7

on 10.13.6. File transfers when using cp over sshfs mounts are much slower than just using scp to copy the same file between the local and remote system. I suspect this problem is related to libfuse/sshfs#11

@manuelcherubim
Copy link

Same with me... it is like 10 times slower and thus unusable
scp 11,6 MB/s
sshfs 1,7 MB/s

@qarl
Copy link

qarl commented Feb 9, 2020

same problem here, but 20x slower: 1.5 MB/s vs 24 MB/s.

@glasserm
Copy link

You can use Homebrew to update to a patched sshfs version 2.10 that fixed this issue for me when using the -o iosize=1048576 flag.

@fidodido48
Copy link

fidodido48 commented Jan 6, 2023

Same here...
Already downloaded file copy: up to 45 mb/s
Internet download being saved over sshfs: 0.3-1 mb/s

Downloading from google server, so normally speed is maxed out. Seems like sshfs is struggling with lots of small data chunks being transfered.

@glasserm
Copy link

glasserm commented Jan 7, 2023

Homebrew and osxfuse/sshfs ended up parting ways, so Mac Ports is probably the better option now.

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

5 participants