-
Notifications
You must be signed in to change notification settings - Fork 268
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
Python [WinError 1005] The volume does not contain a recognized file system #243
Comments
I seem to recall that |
|
BTW, the single quotes ( Having said that sshfs has not been tested with mount manager mountpoints (because it was developed before they were added to WinFsp) and may not work with them. |
Tried with and without quote. Tried launching from a cmd, powershell and cygwin bash. The result is always:
Apparently, the last version of sshfs does not support it. Are you going to add this feature? Thanks! |
I am really stretched thin at the moment. Would you consider sending a PR for this? |
After doing some research (I've never worked with the c/c++ language before), I found two places that need to be updated so that sshfs can support mount manager mountpoints:
After these changes,
I can try. |
@minidron great research especially for someone who has not worked with C before!
Thanks for the pointer. I will look into this myself.
We can look into patching this in the upstream SSHFS, or we can add a simple patch in the patches directory that does the job. Let me know which is your preferred method. |
Thank you! These updates solved the problem. |
I am still having similar problem. I am using sshfs-win3.5.20357 and winFSP 2021 Beta2 along with SSHFS-Win Manager 1.2.1 |
I still have the exact same issue |
Please make sure to mount the drives using the |
From a end-user perspective, this is not helpful. I've mounted my sshfs at N:, I don't know much more thant that. |
If I mount through command line:
sshfs user@host:/ x:
In Python:
I get error:
If I mount through
net use
command, Python works without error.The text was updated successfully, but these errors were encountered: