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:mime-version :content-type; q=dns; s=default; b=pSqTJvW2004Pi6MxoRXbiKof//eze VoYsV0yJlUq+MCLtV5Z3e7gu2lwzwTRDPT+Hh/g2K7jDqKwEqGJ/iJ+0AUe2/2CQ woHzR3pSF4O+Hjoaw2Af6VX8k3TugD+RwvpQiqdPon2VLJ1fBHBhJWiPyGG/0Okg mwAiP7Bd97YxT4= 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:mime-version :content-type; s=default; bh=g77oUd4dods/uN2jbNHUrr+4bFU=; b=AEO WCKsY9eD5QVAy+IbL8DsuCxBrXdQPB6Q8k0vSg9POyZqg+q1g3Hrx2zH449o4N7v HvrYWJSh1nHsMRBZQLeAvVmyCL7htv7hknyC5KCYJMdabv2DQueqU/QLTvXYv903 R+gOU51osXo/YXIiJWcHbDof4Kb9sLFmbP1G6hDk= 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.4 required=5.0 tests=AWL,BAYES_50,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mail.cbseydler.com Date: Fri, 27 Jun 2014 16:36:36 +0200 From: Alexander Schwab To: Subject: Why does df fail to stat CIFS shares? Message-ID: <20140627143626.GA9220@F1S712WWS> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline User-Agent: Mutt/1.5.22 (2013-10-16) X-IsSubscribed: yes Hi everyone, I have mounted some NetApp CIFS shares and I've now realized that df does not return filesystem statistics for these shares. It looks like I can't figure out why that is. Can anyone explain this behavior to me? I'm using cygwin 1.7.30(0.272/5/3). $ df df: `/home/admaschwab' df: `/home/aschwab' df: `/cygdrive/u' df: `/cygdrive/x' df: `/cygdrive/y' Filesystem 1K-blocks Used Available Use% Mounted on C:/cygwin/bin 186040316 72753352 113286964 40% /usr/bin C:/cygwin/lib 186040316 72753352 113286964 40% /usr/lib C:/cygwin 186040316 72753352 113286964 40% / C: 186040316 72753352 113286964 40% /cygdrive/c $ mount //filer/user/admaschwab on /home/admaschwab type netapp (binary,notexec,user) //filer/user/aschwab on /home/aschwab type netapp (binary,notexec,user) C:/cygwin/bin on /usr/bin type ntfs (binary,auto) C:/cygwin/lib on /usr/lib type ntfs (binary,auto) C:/cygwin on / type ntfs (binary,auto) C: on /cygdrive/c type ntfs (binary,posix=0,user,noumount,auto) U: on /cygdrive/u type netapp (binary,posix=0,user,noumount,auto) X: on /cygdrive/x type netapp (binary,posix=0,user,noumount,auto) Y: on /cygdrive/y type netapp (binary,posix=0,user,noumount,auto) Thanks in advance. Best regards, Alex -- 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