X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Message-ID: <747800.43893.qm@web110615.mail.gq1.yahoo.com> References: <608157 DOT 47595 DOT qm AT web110616 DOT mail DOT gq1 DOT yahoo DOT com> Date: Tue, 23 Mar 2010 16:37:07 -0700 (PDT) From: Chris Idou Subject: Re: Cygwin 1.7.1 breaks git on netapp shared drives To: Steve Bray , cygwin AT cygwin DOT com In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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 After a heck of lot of screwing around, I got this mount point stuff workin= g. Now when I create files under cygwin they have the same permissions prof= ile as they do when I create them under windows. BUT... git doesn't work still. It fails with the exact same error of "unable to se= t permission". How do the cygwin APIs work under noacl? They shouldn't ever= return error code should they? ----- Original Message ---- From: Steve Bray To: cygwin AT cygwin DOT com Sent: Wed, 17 March, 2010 12:49:56 PM Subject: Re: Cygwin 1.7.1 breaks git on netapp shared drives On 03/15/2010 01:15 AM, Chris Idou wrote: > > > I'm having the GIT problem with cygwin and network shares mentioned here: > > http://www.cygwin.com/ml/cygwin/2010-01/msg01151.html > > However, I have my drive mounted noacl and it still fails. At least I ass= ume I do. When I type mount it says: > Z: on /cygdrive/z type ntfs (binary,exec,noacl,user). > And I'm trying to push git content to /cygdrive/z/myrepository > How do I solve this? > > It took me about a week after my original post to correctly mount with=20 noacls. See: http://www.cygwin.com/cygwin-ug-net/using.html#mount-table and add a line like the following to your /etc/fstab: //server/share/subdir /srv/subdir smbfs binary,noacl 0 0 The mount command often shows incorrect mount information after making=20 changes with mount or /etc/fstab entries. I had not initially tried the // syntax because FAQ 4.2 recommended not=20 using the "obsolete //c notation" in your PATH or startup files. -- 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 -- 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