From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x42e.google.com (mail-wr1-x42e.google.com [IPv6:2a00:1450:4864:20::42e]) by sourceware.org (Postfix) with ESMTPS id D7442385E830 for ; Wed, 6 May 2020 19:23:01 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org D7442385E830 Received: by mail-wr1-x42e.google.com with SMTP id h9so3564424wrt.0 for ; Wed, 06 May 2020 12:23:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=zoNsE3+15eTgKZeAHoH1L+eEqE+5VOfCroxLfYHhcHA=; b=ImvUN1dGOfCZjanMcy3cfva7Ip16NBWhecC1sjkKiTy9VpuA7AmnDh3rX9CJ1056h/ 9GJDVF1Uccwjv1AcrIm0OPSHfmHCyTusUdSfBxWDDAsb48b2peAKeFWQhVlxAF2TxKba DXtvR2suewPcR8znMH4IvKfEhE0zIYg/zy/pgC1PNzCeFEBGe+t1b6X99TydP0koxpGt DDVNiRAMilsYzqRHMSmRFjVkWuodnKNMv6n0VdNFUlKCA6YM2VTC0pAmDWTqZP0SAtRv eQmG7hwaTbV99/KfOKfAhb/5SKm3thBd3uiOHDchapZD/VY6BAAnGnatbpFKvQOm9/YC fzHA== X-Gm-Message-State: AGi0PuYQtnVBrwHQlZ/qdMJ2kfaASOuX69YxDXplJByvN5+8XpSYmXJs Nxib35dmCCJBLafjOgJVNj/um4K5 X-Google-Smtp-Source: APiQypIUvS+u5f4wXewtRabr7aQCjnHe/kLnINiuwuTzg8dkJof6T/heusTimkmbB+aDXKeJSjr9dw== X-Received: by 2002:adf:f38b:: with SMTP id m11mr10913033wro.65.1588792980488; Wed, 06 May 2020 12:23:00 -0700 (PDT) Received: from ?IPv6:2003:cc:9f0f:2cc9:f8f3:81ed:323a:f878? (p200300CC9F0F2CC9F8F381ED323AF878.dip0.t-ipconnect.de. [2003:cc:9f0f:2cc9:f8f3:81ed:323a:f878]) by smtp.gmail.com with ESMTPSA id z11sm4064584wro.48.2020.05.06.12.22.59 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 06 May 2020 12:22:59 -0700 (PDT) Subject: Re: sshfs or alike To: cygwin@cygwin.com References: From: Marco Atzeri Message-ID: <21622707-0317-cd3c-8878-fec437272bb1@gmail.com> Date: Wed, 6 May 2020 21:22:59 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-2.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 May 2020 19:23:03 -0000 Am 06.05.2020 um 20:14 schrieb Morten Kjærulff via Cygwin: > Hi, > > As I understand, you can get sshfs to work with cygwin, but you have > to install some non-cygwin tools also. > > Can I get sshfs or something like that with only cygwin tools? > > /Morten No. Cygwin is a user space program, so it can not mount filesystem by itself. You need a driver to do so. some guidance here https://github.com/billziss-gh/sshfs-win/issues/33 Regards Marco