X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00,SPF_HELO_PASS X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Steve Bray Subject: Re: Cygwin 1.7.1 breaks git on netapp shared drives Date: Tue, 16 Mar 2010 20:49:56 -0500 Lines: 28 Message-ID: References: <608157 DOT 47595 DOT qm AT web110616 DOT mail DOT gq1 DOT yahoo DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.8) Gecko/20100301 Fedora/3.0.3-1.fc12 Lightning/1.0b2pre Thunderbird/3.0.3 In-Reply-To: <608157.47595.qm@web110616.mail.gq1.yahoo.com> 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 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 assume 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 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 changes with mount or /etc/fstab entries. I had not initially tried the // syntax because FAQ 4.2 recommended not 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