tormodwill
tormodwill
I use the solution in this link : https://github.com/osxfuse/sshfs/issues/57 worked for me.
Line 1724 in sshfs.c ( SSHFS version 2.10 ) ``` #if FUSE_VERSION >= 26 /* Readahead should be done by kernel or sshfs but not both */ if (conn->async_read) sshfs.sync_read...
Hi This is from the file sshfs.c ( the source code for the sshfs program ) in c programming language. I have made a pkg file of the sshfs version...
Have you measured your speed ? What speed are you experiencing ? What speed do you want ?
Remember that the sshfs traffic is encrypted, which will slow down the speed.
Did you try my link or to edit the sshfs.c ?
Hi. I use $ sudo umount /Volumes/xxxxxx This works ok, but I use sshfs 2.10, I could only mount as /Volumes from sshfs version 2.9, i belive. This did not...
It is also possible to right click on the "network volume icon" on the desktop. Then you get a menu with unmount...
### How to compile and install SSHFS version 2.10.0 on macOS The various steps described below will demand some knowledge in use of terminal. For this tutorial I use the...
What is the advantage by using 2.10 ? Why is 2.1 better than 2.5 or 2.9 ?