X-Spam-Check-By: sourceware.org Message-ID: <43FFA787.9040204@igc.org> Date: Fri, 24 Feb 2006 16:40:39 -0800 From: David Vergin User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Mounting a remote file system Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com This got me a little excited -- mounting a remote file system on a local mountpoint... From: http://fuse.sourceforge.net/sshfs.html > SSHFS: SSH Filesystem > This is a filesystem client based on the SSH File Transfer Protocol. > Since most SSH servers already support this protocol it is very > easy to set up: i.e. on the server side there's nothing to do. > On the client side mounting the filesystem is as easy as logging > into the server with ssh. But building it requires FUSE (http://fuse.sourceforge.net/) which, in turn, requires access to the kernel source. This conversation: http://mail.kde.org/pipermail/freenx-knx/2005-December/002725.html suggests that someone is working on getting this running in cygwin. But I can't find any follow-up. More googling led me to a similar tool, shfs (http://shfs.sourceforge.net/) but alas, that also requires compiling a kernel module. I'm guessing I'm not the only one who could make good use of this sort of thing. Using cygwin, is there a secure (i.e. ssh) way of mounting or otherwise directly accessing a remote filesystem located on a linux server? I've tried to think up some cute ssh-tunneling trick, but my head can't get there from here. I did see a few suggestions about doing the mount-remote-fs in Win XP and then accessing *that* from cygwin, but I couldn't dope out how to do that either. TIA David -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/