X-Recipient: archive-cygwin@delorie.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:reply-to:subject:to:references:from:message-id
	:date:mime-version:in-reply-to:content-type
	:content-transfer-encoding; q=dns; s=default; b=cD/zQDnZjMKYXxId
	WfKMD0v4Y5bkva+QYs0RHcZ78pIuU0rr35EeCRJIJyH7P2a0oFbQLJYnIx9D339U
	wxBQLP9yzL65HZrRo5L+jsziJgWUseR3bIAzqpP+ABAmUHNoD6vhqnIRy/SCt5Nk
	iPjldvOMQQQh6ULpAizUffY9X2w=
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:reply-to:subject:to:references:from:message-id
	:date:mime-version:in-reply-to:content-type
	:content-transfer-encoding; s=default; bh=mWy0SrLv79byuZMDMPuRs1
	R4mQ8=; b=uJ4A0PDRPkPpqWhAiwo6NSxNe3wnpsRxXkLyCiByBh4Vllo56hkYm+
	oq/4sRLUywMH38+5r9yOxn8Y1PMWlu4B6zhiI7pYBy3KY3sx+EIDmN1+oDY/bcSY
	0biVfPyhvNHpeWGpzBhOJAEdBBrH6vIe7JdiITCs4rCu7ZrlEvUvg=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=-3.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,WEIRD_QUOTING autolearn=ham version=3.3.1 spammy=pay
X-HELO: smtp-out-no.shaw.ca
Reply-To: cygwin@cygwin.com
Subject: Re: -bash: cd: /cygdrive/j/tri60/220-1116c_1.993: No such file or directory
To: cygwin@cygwin.com
References: <6dd110f4-812e-9d30-2a46-ad494a973b3a.ref@yahoo.com> <6dd110f4-812e-9d30-2a46-ad494a973b3a@yahoo.com>
From: Brian Inglis <Brian.Inglis@SystematicSw.ab.ca>
Message-ID: <75288c70-4b19-10a4-4639-472d0cb11fcb@SystematicSw.ab.ca>
Date: Tue, 3 Mar 2020 02:06:31 -0700
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0
MIME-Version: 1.0
In-Reply-To: <6dd110f4-812e-9d30-2a46-ad494a973b3a@yahoo.com>
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

On 2020-03-02 23:08, Robert McBroom via cygwin wrote:
> Details in attached file

You most likely have Windows permissions problems, if all your tools are Cygwin.

Run which on each tool to see what you are actually running, and run cygcheck to
ensure they use cygwin1.dll.

You need to run against all components of the path to any failing directory:

	$ ls -dl DIR
	$ getfacl DIR
	$ icacls  "$(cygpath -m ""DIR"")"	[Windows command]

and see what the permissions problem is: pay particular attention to the owner
and group, and the R[ead], X//list/search, and I[nherited] access permissions.

You do not say what your user id is and group memberships are (run id to find
out) but the failing directories have groups None or SYSTEM so if your user id
does not match, you may have limited access, and inherited access for other than
owner and admins excludes write, unless you have additional custom Windows ACLs.

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.

--
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

