-
Notifications
You must be signed in to change notification settings - Fork 129
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
stat: can't stat ssh.exe: No such file or directory #458
Comments
Congratulations! You've just met the File System Redirector. When a 32-bit binary running on 64-bit Windows accesses certain directories which usually contain 64-bit stuff it's magically redirected to an equivalent directory containing 32-bit stuff. In particular, references to Your 32-bit command If you read all the way through the documentation linked above you'll find that you could have said And, of course, there are exceptions: subdirectories that aren't subject to redirection. We'd have been disappointed if Microsoft hadn't thrown in some special cases. There are APIs to work around the problem but I'd prefer not to go down that route. I don't think the additional complexity is worth it. |
Isn't possible to automatically translate (only inside busybox shell) accesses to the folder |
Maybe so, but not the complexity. The best way to avoid the drawbacks of the 32-bit binary on 64-bit Windows is to use the 64-bit binary. |
This is what I get with 32-bit BusyBox:
Can it be fixed please?
PS: The file exist.
The text was updated successfully, but these errors were encountered: