Fedir RYKHTIK Asked: 2012-02-04 01:44:59 +0800 CST2012-02-04 01:44:59 +0800 CST 2012-02-04 01:44:59 +0800 CST Mount ext3 from remote Windows machine (XP/Vista/7) through ssh? 772 Is it possible to mount external ext3 network drive from Windows through ssh/sftp ? I would like to avoid samba/cifs. windows linux mount ssh 3 Answers Voted Soda 2012-06-13T07:38:24+08:002012-06-13T07:38:24+08:00 I think it could be done using sshfs. It is available for all platforms. http://code.google.com/p/win-sshfs/ neolix 2012-02-04T02:20:08+08:002012-02-04T02:20:08+08:00 did try with following tools https://sourceforge.net/projects/ext2read/ Best Answer Andrew 2012-02-04T04:46:38+08:002012-02-04T04:46:38+08:00 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.
I think it could be done using sshfs. It is available for all platforms. http://code.google.com/p/win-sshfs/
did try with following tools https://sourceforge.net/projects/ext2read/
Two things that aren't Samba come to mind:
There's also the brilliant "sort of VPN over SSH" solution sshuttle, if you have a Linux-ish gateway on the remote network.