Re: cygwin: how to mount linux FS from cygwin

2018-10-28 Thread Brian Inglis
On 2018-10-27 19:32, hauck.adrian451 wrote: > I was review the urls indicated and install the command pkg-config: > - Created the file fuse.pc indicated the location the dll: > user@cliente~/winfsp-master/opt/cygfuse/fuse > $ more fuse.pc > arch=x64 > prefix=${pcfiledir}/.. > incdir=C:\Program File

Re: cygwin: how to mount linux FS from cygwin

2018-10-28 Thread René Berber
On 10/27/2018 8:32 PM, hauck.adrian451 wrote: > - Created the file fuse.pc indicated the location the dll: > > user@cliente~/winfsp-master/opt/cygfuse/fuse > $ more fuse.pc > arch=x64 > prefix=${pcfiledir}/.. > incdir=C:\Program Files (x86)\WinFsp > implib=C:\Program Files (x86)\WinFsp\winfsp-${a

Re: cygwin: how to mount linux FS from cygwin

2018-10-28 Thread Marco Atzeri
Am 28.10.2018 um 02:32 schrieb hauck.adrian451: Hi, Thank you for the help. I was review the urls indicated Have you in the PATH the directory where winfsp-x64.dll is located ? If it is located in "C:\Program Files(x86)\WinFsp\bin" you should have a something like the output of cygpath $ c

Re: cygwin: how to mount linux FS from cygwin

2018-10-27 Thread hauck.adrian451
Hi, Thank you for the help. I was review the urls indicated and install the command pkg-config: - Created the file fuse.pc indicated the location the dll: user@cliente~/winfsp-master/opt/cygfuse/fuse $ more fuse.pc arch=x64 prefix=${pcfiledir}/.. incdir=C:\Program Files (x86)\WinFsp implib=C:\P

Re: cygwin: how to mount linux FS from cygwin

2018-10-26 Thread Brian Inglis
On 2018-10-26 17:54, hauck.adrian451 wrote: > Excuse me, but I have found the library. It was in "C:\Program Files > (x86)\WinFsp\bin". > I have find where the references of dll in cygwin in this files: > C:\cygwin64\bin\cygfuse-2.8.dll > C:\cygwin64\bin\cygfuse-3.2.dll > /proc/registry32/HKEY_LOC

Re: cygwin: how to mount linux FS from cygwin

2018-10-26 Thread hauck.adrian451
Hi, Excuse me, but I have found the library. It was in "C:\Program Files (x86)\WinFsp\bin". I have find where the references of dll in cygwin in this files: C:\cygwin64\bin\cygfuse-2.8.dll C:\cygwin64\bin\cygfuse-3.2.dll /proc/registry32/HKEY_LOCAL_MACHINE/Software/WinFsp/InstallDir The problem

Re: cygwin: how to mount linux FS from cygwin

2018-10-26 Thread hauck.adrian451
Hi, Yes, I have installed "winfsp-1.3.18160.msi" and when the setup full options "Core, Developer and FUSE for Cygwin": Directorio de C:\Program Files\SSHFS-Win\bin 26/10/2018 23:45 . 26/10/2018 23:45 .. 30/11/2017 23:0912.819 cygcom_err-2.dll 30/11/2017

Re: cygwin: how to mount linux FS from cygwin

2018-10-26 Thread Marco Atzeri
Am 26.10.2018 um 18:03 schrieb hauck.adrian451: Thank you, I execute: - ninja - ninja install user@cliente ~/sshfs-sshfs-3.5.0/build $ ninja [5/6] Compiling C object 'sshfs@exe/sshfs.c.o'. ../sshfs.c: En la función ‘sshfs_init’: ../sshfs.c:1746:28: aviso: ‘~’ on a boolean expression [-Wbool-op

Re: cygwin: how to mount linux FS from cygwin

2018-10-26 Thread hauck.adrian451
Thank you, I execute: - ninja - ninja install user@cliente ~/sshfs-sshfs-3.5.0/build $ ninja [5/6] Compiling C object 'sshfs@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.trunc

Re: cygwin: how to mount linux FS from cygwin

2018-10-26 Thread cyg Simple
On 10/26/2018 7:28 AM, hauck.adrian451 wrote: > > mssg@ltmssg ~/sshfs-sshfs-3.5.0/build > $ sshfs > -bash: sshfs: no se encontró la orden > > > Can you help me? > https://superuser.com/questions/1264732/how-to-use-sshfs-on-cygwin -- cyg Simple -- Problem reports: http://cygwin.com/pro

Re: cygwin: how to mount linux FS from cygwin

2018-10-26 Thread hauck.adrian451
Hi, I could install the sshfs in cygwin, but goes on wihout found: user@cliente ~/sshfs-sshfs-3.5.0/build $ meson --reconfigure The Meson build system Version: 0.48.1 Source dir: /home/mssg/sshfs-sshfs-3.5.0 Build dir: /home/mssg/sshfs-sshfs-3.5.0/build Build type: native build Project name: sshf

Re: cygwin: how to mount linux FS from cygwin

2012-08-09 Thread Tom Schutter
On Wed, 11 Jul 2012 10:30:28 -0400, cgf wrote: >On Wed, Jul 11, 2012 at 10:23:29AM -0400, ping wrote: >>so I'm now using dokan sshfs GUI tool to mount remote linux server FS >>via ssh, everything (mostly) works, except: >> >>1) it's a GUI based tool, I don't see any command line options >>2) someho

Re: cygwin: how to mount linux FS from cygwin

2012-07-11 Thread Christopher Faylor
On Wed, Jul 11, 2012 at 10:23:29AM -0400, ping wrote: >On 6/29/2012 9:32 AM, ping wrote: >> thanks Thorsten. >> problem solved here by dokan sshfs tool. >> I may try samba/nfs solution later when desired, but apparently sshfs >> looks easier way as it does not require additional config/soft from th

Re: cygwin: how to mount linux FS from cygwin

2012-07-11 Thread ping
On 6/29/2012 9:32 AM, ping wrote: thanks Thorsten. problem solved here by dokan sshfs tool. I may try samba/nfs solution later when desired, but apparently sshfs looks easier way as it does not require additional config/soft from the server... regards ping On 06/29/2012 04:16 AM, Thorsten Kampe

Re: cygwin: how to mount linux FS from cygwin

2012-06-29 Thread ping
thanks Thorsten. problem solved here by dokan sshfs tool. I may try samba/nfs solution later when desired, but apparently sshfs looks easier way as it does not require additional config/soft from the server... regards ping On 06/29/2012 04:16 AM, Thorsten Kampe wrote: * ping (Thu, 28 Jun 201

Re: cygwin: how to mount linux FS from cygwin

2012-06-29 Thread Thorsten Kampe
* ping (Thu, 28 Jun 2012 14:01:34 -0400) > I just installed full cygwin and I now need to access a folder from > inside cygwin machine(win7). I did some google search but no good match. > are there any known best practice for that (e.g through SSH)? > the cygwin ssh client works fine but I just do

Re: cygwin: how to mount linux FS from cygwin

2012-06-28 Thread Andrey Repin
Greetings, ping! > guys/experts: > I just installed full cygwin and I now need to access a folder from > inside cygwin machine(win7). I did some google search but no good match. Then try some googling in your VM manual. (Assuming you've installed Win7 in VM.) e.g. VirtualBox have "shared folders

Re: cygwin: how to mount linux FS from cygwin

2012-06-28 Thread ping
hi Jeremy/all: the Dokan sshfs works like a charm. now all set! thanks! regards ping On 06/28/2012 04:40 PM, ping wrote: thanks Jeremy, will give dokan and winsshfs a shot. I didn't think this should be fixed from outside of cygwin. will post the result... regards ping On 06/28/2012 04:09 PM

Re: cygwin: how to mount linux FS from cygwin

2012-06-28 Thread ping
thanks Jeremy, will give dokan and winsshfs a shot. I didn't think this should be fixed from outside of cygwin. will post the result... regards ping On 06/28/2012 04:09 PM, Jeremy Bopp wrote: On 06/28/2012 02:55 PM, Daniel Colascione wrote: On 6/28/12 12:34 PM, ping wrote: I still miss the ma

Re: cygwin: how to mount linux FS from cygwin

2012-06-28 Thread Jeremy Bopp
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

Re: cygwin: how to mount linux FS from cygwin

2012-06-28 Thread Daniel Colascione
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 interna

Re: cygwin: how to mount linux FS from cygwin

2012-06-28 Thread ping
thanks for the response! samba is a good solution, although I still miss the magic sshfs tool in linux... On 06/28/2012 02:20 PM, K Stahl wrote: If the target file system is shared via a Samba mount, then you can add the following to your /etc/fstab of cygwin: //HOST_MACHINE/PATH/TO/SHARED_F

Re: cygwin: how to mount linux FS from cygwin

2012-06-28 Thread K Stahl
If the target file system is shared via a Samba mount, then you can add the following to your /etc/fstab of cygwin: //HOST_MACHINE/PATH/TO/SHARED_FOLDER /mnt/SOME_NAME smbfs binary,notexec,posix=0 0 0 NOTE: The values in all uppercase should be changed to reflect the appropriate values. -- Probl

cygwin: how to mount linux FS from cygwin

2012-06-28 Thread ping
guys/experts: I just installed full cygwin and I now need to access a folder from inside cygwin machine(win7). I did some google search but no good match. are there any known best practice for that (e.g through SSH)? the cygwin ssh client works fine but I just dont wanna bother to copy DIRs ..