From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 105290 invoked by alias); 3 Mar 2020 09:06:37 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 105283 invoked by uid 89); 3 Mar 2020 09:06:36 -0000 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 Received: from smtp-out-no.shaw.ca (HELO smtp-out-no.shaw.ca) (64.59.134.12) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 03 Mar 2020 09:06:35 +0000 Received: from [192.168.1.114] ([24.64.172.44]) by shaw.ca with ESMTP id 93VXjjLd8kqGX93VYj7CMK; Tue, 03 Mar 2020 02:06:33 -0700 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 Message-ID: <75288c70-4b19-10a4-4639-472d0cb11fcb@SystematicSw.ab.ca> Date: Tue, 03 Mar 2020 09:06:00 -0000 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 X-SW-Source: 2020-03/txt/msg00035.txt 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