delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2020/05/06/15:23:50

X-Recipient: archive-cygwin AT delorie DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 98A0D393BC05
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1588792984;
bh=q1O9hiMSKfbmotAAEhBe8SSlw5/AESvowGhQG3WtTro=;
h=Subject:To:References:Date:In-Reply-To:List-Id:List-Unsubscribe:
List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:
From;
b=dqUhm8MQtcBiE+eP2KyAyBcP4r8qNdjROBVh+dhNWw04S84G8nPQKqI3YJXpPcOPY
2S8iWVhhgeCssf/MYDHM6qXuhS5awoHDBaqTBUR326+yqYEvM6dAU65KSkbEIDNZr3
YGkWJzYOE31h3ge/dm2qhmm9TaMHCvgMvMhEJqeo=
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org D7442385E830
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)
Subject: Re: sshfs or alike
To: cygwin AT cygwin DOT com
References: <CA+7cx1qZwDFbmx7BWZ9UdR0NFcRPvQU6NRgntdKwpHU2+O1dfg AT mail DOT gmail DOT com>
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: <CA+7cx1qZwDFbmx7BWZ9UdR0NFcRPvQU6NRgntdKwpHU2+O1dfg@mail.gmail.com>
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 AT cygwin DOT com
X-Mailman-Version: 2.1.29
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Unsubscribe: <http://cygwin.com/mailman/options/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=unsubscribe>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <http://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
From: Marco Atzeri via Cygwin <cygwin AT cygwin DOT com>
Reply-To: Marco Atzeri <marco DOT atzeri AT gmail DOT com>
Errors-To: cygwin-bounces AT cygwin DOT com
Sender: "Cygwin" <cygwin-bounces AT cygwin DOT com>
X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 046JNW2X009916

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

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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019