X-Recipient: archive-cygwin AT delorie DOT 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 AT cygwin DOT com; run by ezmlm List-Id: 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 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 AT cygwin DOT com Subject: Re: -bash: cd: /cygdrive/j/tri60/220-1116c_1.993: No such file or directory To: cygwin AT cygwin DOT com References: <6dd110f4-812e-9d30-2a46-ad494a973b3a DOT ref AT yahoo DOT com> <6dd110f4-812e-9d30-2a46-ad494a973b3a AT yahoo DOT com> From: Brian Inglis 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