X-Recipient: archive-cygwin AT delorie DOT com X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 465433858D37 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=maxrnd.com Authentication-Results: sourceware.org; spf=none smtp.mailfrom=maxrnd.com Subject: Re: [ANNOUNCEMENT] sshfs 3.7.2-1 To: cygwin AT cygwin DOT com References: From: Mark Geisert Message-ID: <13b453e6-6739-ab33-c049-f566435ae5f8@maxrnd.com> Date: Sun, 3 Apr 2022 16:20:04 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0 SeaMonkey/2.49.4 MIME-Version: 1.0 In-Reply-To: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, BODY_8BITS, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, KAM_NUMSUBJECT, NICE_REPLY_A, SPF_HELO_NONE, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT 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: , Content-Type: text/plain; charset="utf-8"; Format="flowed" Errors-To: cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 233NKnll000917 Hi Thomas, Thomas Wolff wrote: > Am 03.04.2022 um 08:48 schrieb Mark Geisert: >> The following package has been uploaded to the Cygwin distribution: >> >> * sshfs-3.7.2-1 >> >> This is a port of the reference version of sshfs.  It allows access to >> local or remote file folders via an ssh (more precisely, sftp) connection. >> The folder appears as a local folder on the user's system. >> >> Sshfs requires cygfuse and a Windows FUSE provider to function. >> >> Please send questions or concerns to the main Cygwin mailing list as usual. > Thanks for building this package. You're welcome. Thank YOU for your patience. >> cygfuse: initialization failed: winfsp-x64.dll not found > I suggest to add a hint to WinFSP installation to this message. I had thought the hint on the cygfuse announcement was enough :-) But no trouble to add it on any FUSE apps that are ported. Thanks. > Then: >> /mnt> mkdir servmount >> /mnt> sshfs 192.168.178.75: servmount >> Cannot create WinFsp-FUSE file system: mount point in use. >>                                                           /mnt> > it fails to mount. A couple of things. Windows differs from Unix/Linux (yet again!) in that directories mounted upon cannot exist beforehand. So if you rmdir servmount, sshfs 192.168.178.75: servmount ought to succeed, but instead you will get "read: Software caused connection abort", so supply a username AT hostname and it should work. The abort is some sort of problem with sshfs which I'll investigate. On my machine, sshfs mark AT m0: /mnt/servmount works fine. ..mark -- 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