From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4563 invoked by alias); 28 Jun 2012 20:09:43 -0000 Received: (qmail 4539 invoked by uid 22791); 28 Jun 2012 20:09:33 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED X-Spam-Check-By: sourceware.org Received: from mail34.mailforbusiness.com (HELO mail34.mailforbusiness.com) (66.70.26.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 28 Jun 2012 20:09:21 +0000 Received: from mail34.mailforbusiness.com (localhost [127.0.0.1]) by mail34.mailforbusiness.com (Postfix) with ESMTP id AE12014F53B5 for ; Thu, 28 Jun 2012 16:09:19 -0400 (EDT) Received: from [192.168.170.113] (67-198-47-100.static.grandenetworks.net [67.198.47.100]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: jeremy@bopp.net) by mail34.mailforbusiness.com (Postfix) with ESMTPSA id 7EC4514F53AF for ; Thu, 28 Jun 2012 16:09:19 -0400 (EDT) Message-ID: <4FECB9EE.4010007@bopp.net> Date: Thu, 28 Jun 2012 20:09:00 -0000 From: Jeremy Bopp 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> <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 Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2012-06/txt/msg00542.txt.bz2 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