Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm a blind student currently in a system admin/shell programming class. Although ssh works fine for executing commands like ls, pwd, etc editors do not work well with my screen reader and an ssh session. I was wondering if it is possible to mount a Linux folder over ssh so it appears as a windows drive? This way I could edit any files I needed to with accessible software and not have to constantly use SCP to send files back and fourth.

share|improve this question
what distribution of linux are you running? Do you have root access or some other means to install software on the linux box? – neesh Jan 14 '09 at 17:04
I think it's ubuntu server and I have root access since it's my own virtual server I'll be using. – Jared Jan 14 '09 at 17:10

closed as off topic by Bill the Lizard Oct 26 '11 at 2:07

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

14 Answers

up vote 19 down vote accepted

You can try WinSCP, it supports sftp connections. I think it even has an explorer integration.

Also, Novell developed some software called NetDrive that can map a WebDAV, FTP, SFTP, etc. share to a windows drive letter. It is now abandonware, so it's no longer maintained (and not available on the Novell website), but it's free to use. See here: http://www.novell.com/coolsolutions/qna/999.html I found quite a few available to download by searching for "netdrive.exe" I actually downloaded a few and compared their md5sums to make sure that I was getting a common (and hopefully safe) version.

share|improve this answer
Second :(. Anyway, the explorer integration worths mentioning. – Sunny Milenov Jan 14 '09 at 16:57
2  
Netdrive 4.1 doesn't seem to handle sftp – rpilkey Sep 24 '10 at 14:16

Dokan looks like a FUSE and sshfs implementation for Windows. If it works as expected and advertised, it would do exactly what you are looking for.

share|improve this answer
Good find! Sounds like a real treat. Shame that the SSHFS component isn't Free like the rest of the package; it would really simplify things at work. :-) – Ben Blank Jan 14 '09 at 17:06
3  
Currently SSHFS doesn't work on x64. – sorin Sep 16 '09 at 11:55
1  
Just installed the latest DOkan requirements as of today, and it keeps crashing when I attempt to connect using an OpenSSH key pair. – Dan Dascalescu Jul 21 '10 at 1:21
1  
@ Sorin Sbarnea: Was true, but is not true anymore. – Quandary Oct 19 '10 at 8:03
1  
does not work on windows 7 64bit. keeps crashing all the time. anyone found some workaround ? – m1k3y3 Sep 23 '12 at 20:10
show 2 more comments

Another, more Windows-y option (for $39) is http://www.expandrive.com/sftpdrive

share|improve this answer
Works for me, albeit a bit slowly. – bobince Jan 14 '09 at 17:27
+1 works just as expected – xkcd150 Sep 3 '09 at 16:25
3  
-1, costs $39 when you can do it better than that for $0 – Quandary Oct 19 '10 at 8:02
@Quandary: Better according to what parameters? This tool is exactly what the OP asked for (full windows integration). – Vinko Vrsalovic Oct 19 '10 at 13:34
@Quandary: Since when does it do all that? – Vinko Vrsalovic Oct 19 '10 at 14:54
show 3 more comments

The best an easiest solution I found is http://www.swish-sftp.org/

It adds an 'Other' Swish drive in which each subfolder is an SFTP connection - in your case it will let you mount a linux folder over sftp.

share|improve this answer
1  
Great tool :) but I'd like to connect it using a drive letter... i.e. I'd like to connect sftp://server.com/dir/subdir as Z:\subdir - it doesn't work :( – Artur Iwan May 25 '12 at 18:10
1  
seems to be read-only? – endolith Jul 21 '12 at 15:43
@endolith it's read and write; you probably only have read permissions. – Daniel Sokolowski Oct 1 '12 at 14:43

Take a look at CIFS (http://www.samba.org/cifs/). It is a virtual file system you can run on your linux machine that will allow you to mount folders on your linux machine in windows using SMB.

CIFS on linux information can be found here: http://linux-cifs.samba.org/

share|improve this answer

Look at this question: map-ssh-drive-in-windows which already covers a similar area.

SSH isn't a file access protocol so you have to define what you want and what you have available.

share|improve this answer

check out Dokan

http://dokan-dev.net/en

it's iffy, but it works, and it's free

share|improve this answer
3  
it crashes on windows 7 64bit. – m1k3y3 Sep 23 '12 at 20:08

You need to mount a remote share on your windows machine. This is what Samba/smb is for.

What you'll be doing is turning your Linux box into an SMB server, which lets it share files in a way that plays nice with Windows.

If you're not on the same network, you'll need to tunnel this through your SSH connection which may not be worth the effort.

share|improve this answer
SSH tunnels with PuTTy really aren't that bad. It'll automatically initiate the tunnel when you connect. If you set it to run on startup and use private-key login with no passphrase (warning, not secure!!!), you'll immediately be ready to go. – user54650 Jan 14 '09 at 16:55
yes, I agree. It's just a little involved to get setup. At least compared with Windows-Windows sharing. – Michael Haren Jan 14 '09 at 17:41
I'd rather not set up samba since it's an extra step the rest of the class won't use. Also I trust SSH more then Samba and the campus network isn't what I'd call secure considering how many students are on it with personal computers running god knows what. – Jared Jan 14 '09 at 18:03
2  
Jared: if you went with samba, you'd have to tunnel it through SSH anyway--so it'd be equally safe as ssh. If you really want an easy drag-drop method, then WinSCP is nice, as suggested by others. – Michael Haren Jan 14 '09 at 18:43

I've tried ExpanDrive, It's very useful when you can't afford your self SAMBA/CIFS on *NIX Server. So don't hestiate to use It...

share|improve this answer

If you're running XP-SP3 or Windows 7, check out this tutorial: http://alirezabagheri.com/blog/?p=67

share|improve this answer

I don't think you can mount a Linux folder as a network drive under windows having only access to ssh. I can suggest you to use WinSCP that allows you to transfer file through ssh and it's free.

EDIT: well, sorry. Vinko posted before me and now i've learned a new thing :)

share|improve this answer

Apparently the free NetDrive software from Novell can access SFTP file servers.

share|improve this answer

If you have a decent system, why not practice what you're trying to achieve locally with VirtualBox? Then you could access a local Samba through the loopback.

share|improve this answer

Second David's answer below: I needed to mount a network drive automatically when users logged in. Dokan SSHFS is a nice tool, but wasn't reliable enough in this case. The copy of Netdrive I found didn't support SSHFS or sftp - not sure if a more recent one does.

The solution I'm trialling now involves adding a virtual network adapter (with file sharing disabled), using plink to open a tunnel via the new adapter to the remote machine running SAMBA, and mounting the network drive against the new adapter. There's another useful tutorial here http://www.blisstonia.com/eolson/notes/smboverssh.php.

The tunnel and network drive can be set up with a login script, so a few seconds after login users can use the mapped drive without needing to take any action.

share|improve this answer

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