osxfuse / sshfs

File system based on the SSH File Transfer Protocol
http://fuse.sourceforge.net
GNU General Public License v2.0
1.14k stars 128 forks source link

sshfs: type of file differs from mountpoint #36

Open ashishkataria opened 7 years ago

ashishkataria commented 7 years ago

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 test@10.199.62.156:/cygdrive/d/test     /mnt/`

error comes as: test@10.199.62.156:/cygdrive/d/test: type of file differs from mountpoint

How to resolve this?