Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Message-ID: <434E45EF.88E516D3@dessent.net> Date: Thu, 13 Oct 2005 04:33:03 -0700 From: Brian Dessent MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: ssh tunnel and permission denied References: <5d3f5dd52c71ff2e4e5e7b2734b19c0e AT alternative DOT ch> <434D8E7D DOT DB3D6563 AT dessent DOT net> <6238b89702e82a90f9db148ecaf4f7dc AT alternative DOT ch> <620366892cd92783152559b849f33b80 AT alternative DOT ch> <434E3AB0 DOT 2EC440 AT dessent DOT net> <86d0b3bf4804a396314dd7a51f3638c1 AT alternative DOT ch> Content-Type: text/plain; charset=iso-8859-1 X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id j9DBXJRr026624 Léonard 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/