Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sourceware.cygnus.com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin/>
List-Post: <mailto:cygwin@sourceware.cygnus.com>
List-Help: <mailto:cygwin-help@sourceware.cygnus.com>, <http://sourceware.cygnus.com/ml/#faqs>
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
Date: Wed, 17 May 2000 14:30:41 -0400
Message-Id: <200005171830.OAA10724@envy.delorie.com>
From: DJ Delorie <dj@delorie.com>
To: david.karr@attws.com
CC: cygwin@sourceware.cygnus.com
In-reply-to: <67AC2DB52118D411A8F300508B957F1206B68C@WA-MSG02>
	(david.karr@attws.com)
Subject: Re: "df" only operates on "C:" partition
References:  <67AC2DB52118D411A8F300508B957F1206B68C@WA-MSG02>


> I have a single drive on my pc, with 3 partitions (C:, D:, and E:).  I'm
> trying to use "df" to see if I can write a script to check for available
> space.  No matter what I do, "df" will only report statistics for the "C:"
> partition.  Is it possible to get space information on the other partitions?

Yes.  Mount them somewhere.  I use /d and /e

mount d:/ /d
mount e:/ /e
df

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

