"df" only operates on "C:" partition

DJ Delorie dj@delorie.com
Wed May 17 11:30:00 GMT 2000


> 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



More information about the Cygwin mailing list