From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21849 invoked by alias); 13 Oct 2005 11:33:12 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 21777 invoked by uid 22791); 13 Oct 2005 11:33:09 -0000 Received: from dessent.net (HELO dessent.net) (69.60.119.225) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Thu, 13 Oct 2005 11:33:09 +0000 Received: from localhost ([127.0.0.1] helo=dessent.net) by dessent.net with esmtp (Exim 4.52) id 1EQ1Kc-0000b3-RN for cygwin@cygwin.com; Thu, 13 Oct 2005 11:33:07 +0000 Message-ID: <434E45EF.88E516D3@dessent.net> Date: Thu, 13 Oct 2005 11:33:00 -0000 From: Brian Dessent MIME-Version: 1.0 To: cygwin@cygwin.com Subject: Re: ssh tunnel and permission denied References: <5d3f5dd52c71ff2e4e5e7b2734b19c0e@alternative.ch> <434D8E7D.DB3D6563@dessent.net> <6238b89702e82a90f9db148ecaf4f7dc@alternative.ch> <620366892cd92783152559b849f33b80@alternative.ch> <434E3AB0.2EC440@dessent.net> <86d0b3bf4804a396314dd7a51f3638c1@alternative.ch> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Reply-To: cygwin@cygwin.com X-SW-Source: 2005-10/txt/msg00366.txt.bz2 L=E9onard Bouchet wrote: > Thanks for your answer. I tried > $ mount //myserver/user /test > the command worked as shown with > $ mount > \\myserver\user on /tmp type system (binmode) > ... > but I still have my 'permission denied' > $ cd /test > BASH: cd: data: Permission denied That won't work if the share requires a password, which your original post implied. What I meant was to "net use" the share as Z: (providing the password) and then "mount z:/ /foo/bar". > And this time I cannot access C:\cygwin\test through Windows Explorer. Of course you can't, Explorer has no concept of a Cygwin mount. > I hope it will be fast enough for me. The reason I don't want to simply > use SFTP is that I need rsync's synchronization capability... If > someone can suggest a better way, I'll buy it... As Corinna said, why not just use rsync? Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/