This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: "df" only operates on "C:" partition



> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]