X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-2.3 required=5.0	tests=AWL,BAYES_00,KHOP_THREADED
X-Spam-Check-By: sourceware.org
Message-ID: <4FECB9EE.4010007@bopp.net>
Date: Thu, 28 Jun 2012 15:09:18 -0500
From: Jeremy Bopp <jeremy@bopp.net>
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120615 Thunderbird/13.0.1
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: cygwin: how to mount linux FS from cygwin
References: <4FEC9BFE.2020908@gmail.com> <CAMK_jUWh3Q0nf9Wuj7VYgHvbA5n=53HWYuU=ufzABFK0+83Cuw@mail.gmail.com> <4FECB1D1.2060900@gmail.com> <4FECB6CF.6030504@dancol.org>
In-Reply-To: <4FECB6CF.6030504@dancol.org>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

On 06/28/2012 02:55 PM, Daniel Colascione wrote:
> On 6/28/12 12:34 PM, ping wrote:
>> I still miss the magic sshfs tool
>> in linux...
> 
> You can make it happen. In principle, FUSE should work as well in
> Cygwin as it does under Linux, albeit for Cygwin programs only. It'd
> just be a matter of writing the glue logic and hooking into Cygwin's
> VFS internals.

You may have more immediate results by using a Windows-native SSHFS
implementation.  I haven't used Dokan myself, but it appears promising:

http://dokan-dev.net/en/

It's basically a FUSE implementation for Windows that includes an SSHFS
client.  There is also another one that seems related:

http://code.google.com/p/win-sshfs/

Assuming you can get one of these to work for you, you'll have the
advantage of using it not only with Cygwin programs but native ones as well.

-Jeremy

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

