We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi all,
sshfs --version SSHFS version 2.8 FUSE library version: 2.5.0 fusermount version: 2.5.0 using FUSE kernel interface version 7.5
I am trying to mount remote windows filesystem folder to linux server. I have installed openSSH on windows pc and sshfs on my linux server.
` sshfs -o allow_other [email protected]:/cygdrive/d/test /mnt/`
error comes as: [email protected]:/cygdrive/d/test: type of file differs from mountpoint
How to resolve this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi all,
I am trying to mount remote windows filesystem folder to linux server. I have installed openSSH on windows pc and sshfs on my linux server.
error comes as:
[email protected]:/cygdrive/d/test: type of file differs from mountpoint
How to resolve this?
The text was updated successfully, but these errors were encountered: