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:date:from:to:subject:message-id:reply-to :references:mime-version:content-type:in-reply-to; q=dns; s= default; b=vkamU3AtUMSGeuUo4VTJ1xeAWNaJyMV06MZrgYYw+iqqaqrbuRUNu bzsop823hq9U7ueDSphiL3npMW5lRyzaW4yZzJMlw42d/UHCaxsEp+igMcqV1INH OSpy/lD3/UFBrzdm/cJtDkYBsxD5jYUx0z9my+BfgJHskkhChkWEWE= 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:date:from:to:subject:message-id:reply-to :references:mime-version:content-type:in-reply-to; s=default; bh=SYj38Nl3cPIPJbvzVDYjdpTY47w=; b=W6Ho9Jmt1jesMVwKXRSs0ITxxFEi rR3bgru/wuZLKpTahaLf79BUttnYCxsX7HFKYl2Eh45/lVlN7/BN17Swgob5dDp/ 8kvaSBCxKFUV/D5O0w8on4GLZMYK0q/h6AizUdfzWObZofoywFIbW6zth3Lf3g3I sH2AKWVNG1i0fgQ= 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-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-HELO: mho-02-ewr.mailhop.org X-Mail-Handler: Dyn Standard SMTP by Dyn X-Report-Abuse-To: abuse AT dyndns DOT com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1+ra/mnQzW9DPtao8i4FDgc Date: Thu, 17 Jul 2014 16:07:46 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: Link count wierdness Message-ID: <20140717200746.GA3222@ednor.casa.cgf.cx> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <87oawnvovw DOT fsf AT Rainer DOT invalid> <20140717183915 DOT GT15332 AT calimero DOT vinschen DOT de> <87k37bvkib DOT fsf AT Rainer DOT invalid> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87k37bvkib.fsf@Rainer.invalid> User-Agent: Mutt/1.5.20 (2009-06-14) On Thu, Jul 17, 2014 at 09:43:40PM +0200, Achim Gratz wrote: >Corinna Vinschen writes: >> Netapp inode numbers are not reliable and thus the number of links isn't >> either. There's a check in Cygwin which is the result of the early >> Cygwin 1.7 development. It does not report the number of hardlinks >> and it fakes the inode numbers on netapp filesystems. > >Ah OK, that explains the wierd output from fstat. Is there a windows >program to query that information, perhaps? > >> The file system returns STATUS_INVALID_PARAMETER when calling >> NtQueryVolumeInformationFile(FileFsFullSizeInformation) for some >> reason. If you're set up to build your own Cygwin DLL, we could >> perform two or three really quick tests to find out if there's a way >> to workaround this issue in Cygwin. > >I am not yet but might be interested, is there a description somewhere >of what that takes? I would need to use Git (is it ready yet?) since >CVS gets blocked by the firewall and the various scrapers using CVSweb >don't really work that well. git isn't ready yet unfortunately. Can't you just download a recent snapshot? That should be good enough. FWIW, CVS is blocked at my work (ironically, it's NetApp) too but I use a ssh tunnel to work around that. cgf -- 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