X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Date: Thu, 5 Jun 2008 18:46:59 +0200 From: Spiro Trikaliotis To: cygwin AT cygwin DOT com Message-ID: <20080605164659.GB15546@trikaliotis.net> Mail-Followup-To: cygwin AT cygwin DOT com References: <23482 DOT 73101 DOT qm AT web25002 DOT mail DOT ukl DOT yahoo DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <23482.73101.qm@web25002.mail.ukl.yahoo.com> User-Agent: Mutt/1.5.17+20080114 (2008-01-14) X-SA-Exim-Connect-IP: 195.4.205.230 X-SA-Exim-Mail-From: an-cygwin AT spiro DOT trikaliotis DOT net Subject: Re: How to correctly setup passwd and group to access mounted drives? X-SA-Exim-Version: 4.2.1 (built Tue, 09 Jan 2007 17:23:22 +0000) X-SA-Exim-Scanned: Yes (on mail.trikaliotis.net) X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 Hello, * On Thu, Jun 05, 2008 at 12:59:37PM +0000 uday wrote: > Problem in short: > ================= > > I have a folder on a unix server mapped as a windows drive z(y is another drive from > another unix server). > I am able to browse through the folders from windows explorer and read/write there. > > I am running into an issue when I access those mapped network drives from cygwin. > When I try I get the following error message " > uday_p AT uday-xp /cygdrive > $ ls -l > total 4 > drwxrwxr-x+ 30 ???????? SYSTEM 0 Jun 3 09:35 c > drwxr-xr-x 37 uday_p Domain Users 1536 Mar 12 23:34 y > drwxr-xr-x 36 uday_p Domain Users 1536 May 31 23:58 z > > uday_p AT uday-xp /cygdrive > $ ls y > ls: reading directory y: Permission denied I know this behaviour in case when you log on via ssh, and you are using the passwordless authentication (i.e., public key authentication). In this case, Windows does not know about your passwords, and you get the permission denied. This is already known - at least, it was when I investigated this some years before. Unfortunately, running "net use \\\\myserver\\myshare /user:myuser" to enter the password does not work either when you connect via ssh. Workaround: Use passwords instead of public keys. So: Are you using these commands "directly" from bash, or are you remotely connected via ssh? Best regards, Spiro. -- Spiro R. Trikaliotis http://opencbm.sf.net/ http://www.trikaliotis.net/ http://www.viceteam.org/ -- 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/