Is it possible to mount external ext3 network drive from Windows through ssh/sftp ?

I would like to avoid samba/cifs.

link|improve this question

50% accept rate
feedback

2 Answers

did try with following tools https://sourceforge.net/projects/ext2read/

link|improve this answer
As I understood from the description of this product, it works only on local machine and there is no SSH support. – Fedir Feb 3 at 11:51
feedback

Two things that aren't Samba come to mind:

  • NFS, via Client Services for NFS for Windows (see this HOWTO)
  • ExpanDrive, formerly known as SFTPDrive

There's also the brilliant "sort of VPN over SSH" solution sshuttle, if you have a Linux-ish gateway on the remote network.

link|improve this answer
NFS for Windows looks promising as for me. Need to try. – Fedir Feb 3 at 23:17
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.