X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=4.3 required=5.0 tests=BAYES_50,SPF_HELO_PASS,T_RP_MATCHES_RCVD,URI_BLOGSPOT X-Spam-Check-By: sourceware.org Date: Wed, 31 Mar 2010 19:59:28 +0200 (CEST) From: =?UTF-8?Q?Erik_Inge_Bols=C3=B8?= To: cygwin AT cygwin DOT com Subject: bug: df -l considers no filesystems local Message-ID: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 Cygwin 1.7.2-2, coreutils 8.4-2 On a fresh cygwin install, df -l returns: df: no file systems processed while plain df returns $ df Filesystem 1K-blocks Used Available Use% Mounted on C:/cygwin/bin 28675048 12848260 15826788 45% /usr/bin C:/cygwin/lib 28675048 12848260 15826788 45% /usr/lib C:/cygwin 28675048 12848260 15826788 45% / C: 28675048 12848260 15826788 45% /cygdrive/c ... this seems to be a bug. Rechecked on a fresh cygwin install to another directory, no change. The manpage says: -l, --local limit listing to local file systems This breaks a generic unix disk space monitoring script that invokes "df -l -P" and parses the output. (Removing -l in the script lets everything work fine, but that's suboptimal, we'll catch network drives as well - which we don't want) -- -erik http://useofwords.blogspot.com/ -- 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