Disc space on a floppy disc

Michael Hudson mwh at python.net
Thu Jan 3 12:07:27 EST 2002


Florian Fredegar Haftmann <fredegar at haftmann-online.de> writes:

> Hi!
> 
> Is there any possibility for python under Linux to test how much disc
> space on a floppy disc is free (except by parsing the output of the
> "df" command)?

Does os.statvfs help?  (I don't know, but it might).

Cheers,
M.

-- 
  I'm okay with intellegent buildings, I'm okay with non-sentient
  buildings. I have serious reservations about stupid buildings.
     -- Dan Sheppard, ucam.chat (from Owen Dunn's summary of the year)



More information about the Python-list mailing list