You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been using sshfs-win on Windows 7 for quite some time and it has been very reliable. Thanks for the great work! When switching to Windows 10 (Edu) recently, however, I encountered a problem:
I use a custom wrapper around sshfs-win.exe cmd since I dislike that the default net use method disables host fingerprint checking. On Windows 7, this worked flawlessly. The same setup, however, mounts drives read-only on Windows 10. Interestingly, net use mounts writable as expected. When manually executing the same sshfs-win.exe srv command that net use launches, however, mounts are read-only again. Since net use runs commands as the system user, This suggests some kind of permission problem. Any ideas?
I have been using sshfs-win on Windows 7 for quite some time and it has been very reliable. Thanks for the great work! When switching to Windows 10 (Edu) recently, however, I encountered a problem:
I use a custom wrapper around
sshfs-win.exe cmd
since I dislike that the defaultnet use
method disables host fingerprint checking. On Windows 7, this worked flawlessly. The same setup, however, mounts drives read-only on Windows 10. Interestingly,net use
mounts writable as expected. When manually executing the samesshfs-win.exe srv
command thatnet use
launches, however, mounts are read-only again. Sincenet use
runs commands as the system user, This suggests some kind of permission problem. Any ideas?This issue may be related to #105.
The text was updated successfully, but these errors were encountered: