Mounting Linux FS in Windows 10 using SSHFS.

Daniel Marino Miralles Taset
1 min readMay 6, 2018

--

Hi guys recently I need to work on remote with some projects and I need to mount a remote linux folder on my windows machine. For that I follow these steps:

  1. Install the latest version of WinFsp.
  2. Install the latest version of SSHFS-Win. Choose the x64 or x86 installer according to your computer’s architecture.
  3. Map Windows Drive using this URL: \\sshfs\username@machine_ip\..\..

Basically this mount all linux fs (/) I try to mount specific folder but I can’t. For now works great for me.

Happy Hacking…

--

--