X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=CICo3GbOPCMYUX01 +Oi+vUH3Y8F71RrHTxoKL7+ftbcqB9uqZSVRwGAiZ6L53cvM2cgwT3XP34J0Zjj4 rEk3e0LhnEQsvklIph1tscAZurx/cTp46TcGdjlnJ6OLkwMF1/Qg6z/m6zPMu5dG yh/kKL0e1Do9tAN7qnZH7F08AVU= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=VBo4jZetZ++1jOCPv3F9X1 bU6Os=; b=xbhpBS/6Z3cRlC6mQWvBQYoCFmL3tHTPlmMEaSKuoXVQ7kjtWxgiyT RQF8O7SONErU/AEfU4/+tO1f9peGY7OHOd3d/eF+6YYICdrGz07LjLkuH+2FZFRo HX6+RpfmAY4Jja9SeAry3NJq22nR+UKVs9oU8eSWCu/kL7wdWLTuw= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: =?ISO-8859-1?Q?No, score=1.7 required=5.0 tests=AWL,BAYES_50,FOREIGN_BODY,FREEMAIL_FROM,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=auf, sk:Antivir, geprft, gepr=c3=bcft?= X-HELO: mail-wr1-f53.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=FXpA2l01GJLtE9nFSfXMB5aO0HoNe5zxDqAw6Qst9BI=; b=O9KoM0cpdvBdAyxAMteocn67ZrfE+o/RfCqFu7n3lZXLp/yx8YcQ9D0Hbd0nolw3oj xmIX/ecOJXTTo+NO7wxYM7YB6/prdlvYRZmMaUXAtZjRtZU33kszqKzlqU5/PrdxyqSa ECGB6V3DQHnOkMB4V/lIH4/mhvfTiapJoWn7wcBT+uLD0a3Oz7VcVwZ6OZevHtMFvodN UqPgnX+AP1CmCSN77lDMlfSZzoGYprUdqgq8kxENjSP6Uuo7iTt0UDRQzgjvpgBMAXKo ab9FhupDXKhKRU7hArYW7JOHvIFBu7GO/LrLeRKHwB+kAGtznVJ1Z+ja0ikZM5mLbSpv cnfw== Subject: Re: cygwin: how to mount linux FS from cygwin To: cygwin AT cygwin DOT com References: <4FEC9BFE DOT 2020908 AT gmail DOT com> <4FEDAE50 DOT 7090509 AT gmail DOT com> <4FFD8C61 DOT 7050605 AT gmail DOT com> <20120711143028 DOT GA14112 AT ednor DOT casa DOT cgf DOT cx> <1540553280760-0 DOT post AT n5 DOT nabble DOT com> <181249ee-f584-5e85-83fb-0c8a9e6a4672 AT gmail DOT com> <1540569794858-0 DOT post AT n5 DOT nabble DOT com> From: Marco Atzeri Message-ID: <7e2bad7d-0882-900e-2074-90996eaf38b1@gmail.com> Date: Fri, 26 Oct 2018 18:38:10 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <1540569794858-0.post@n5.nabble.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes Am 26.10.2018 um 18:03 schrieb hauck.adrian451: > Thank you, > > I execute: > - ninja > - ninja install > > > user AT cliente ~/sshfs-sshfs-3.5.0/build > $ ninja > [5/6] Compiling C object 'sshfs AT exe/sshfs.c.o'. > ../sshfs.c: En la función ‘sshfs_init’: > ../sshfs.c:1746:28: aviso: ‘~’ on a boolean expression [-Wbool-operation] > cfg->nullpath_ok = ~(sshfs.truncate_workaround || > sshfs.fstat_workaround); > ... > [6/6] Linking target sshfs.exe. > > user AT cliente ~/sshfs-sshfs-3.5.0/build > $ ninja install > [0/1] Installing files. > Installing sshfs.exe to /usr/local/bin > Running custom install script > '/home/user/sshfs-sshfs-3.5.0/utils/install_helper.sh sbin bin' > '/usr/local/sbin/mount.sshfs' -> '../bin/sshfs' > '/usr/local/sbin/mount.fuse.sshfs' -> '../bin/sshfs' > > user AT cliente ~/sshfs-sshfs-3.5.0/build > $ sshfs > cygfuse: initialization failed: winfsp-x64.dll not found > > and now respond the command but the error is "cygfuse: initialization > failed: winfsp-x64.dll not found" > > has happened? > > Regards, > have you installed WinFSP ? http://www.secfs.net/winfsp/download/ --- Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft. https://www.avast.com/antivirus -- 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