winfsp / sshfs-win

SSHFS For Windows

Home Page:https://winfsp.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Win11 update breakage

dmolirl opened this issue · comments

HI, I've been using sshfs-win for months now without problems to connect to a home Ubunto server. A recent Win 11 upgrade seems to have broken something.
UNC path is no longer working - I get a 0x800704b3 error
CMD line fails with:
sshfs.exe user@192.168.1.2:/home/user/Obsidian z:
0 [main] sshfs 842 dofork: child -1 - forked process 10680 died unexpectedly, retry 0, exit code 0xC0000142, errno 11
failed to fork: Resource temporarily unavailable
The remote Ubuntu server sshfs is working fine from other hosts.
My win11 desktop does not send a single tcp packet.
I've tried uninstalling and reinstalling different versions of sshfs and winfsp.
Windows 11 Education 22H2
Microsoft Windows [Version 10.0.22621.1413]

sshfs.exe -V
SSHFS version 3.7.1
FUSE library version 3.2

fsptool-x64.exe ver
2.0 (SxS=20230318T113411Z)

commented

Hey, just as a heads up I also made an issue regarding sshfs not working when upgrading to Windows 11 over an Ubuntu home server.
Altough it seems our problems are different, I found a temporary fix even if this tool doesn't work completely.
here -> #387

Maybe this could at least help you a little :)

Hi @Zirpoo ,
Thanks for your reply. In #387 where I see you have success changing your private key. It is different in my case.

sshfs was working with a private key for months until it suddently stopped working with the above error. When I do a wireshark capture, not one packet leaves my client so the problem is here.