os.statvfs on FreeBSD
Mats Wichmann
xyzmats at laplaza.org
Mon Jun 18 18:37:13 EDT 2001
More information about the Python-list mailing list
Mon Jun 18 18:37:13 EDT 2001
- Previous message (by thread): os.statvfs on FreeBSD
- Next message (by thread): os.statvfs on FreeBSD
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 16 Jun 2001 20:51:12 -0700, t_messmer at yahoo.com (Tom Messmer) wrote: >Thanks for looking at this, I took some time and noticed that there >was really no statvfs system call in FreeBSD (stable) and thought it >might be possible to use the statfs call and map it to the same tuple >returned by python's os.statvfs routine. Statvfs is the generalized sucessor to statfs, so this seems the most reasonable approach. statfs is filesystem-specific, statvfs was defined to get information through an abstraction layer, the vfs (virtual filesystem switch, I believe it stands for). Mats Wichmann (Anti-spam stuff: to reply remove the "xyz" from the address xyzmats at laplaza.org. Not that it helps much...)
- Previous message (by thread): os.statvfs on FreeBSD
- Next message (by thread): os.statvfs on FreeBSD
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list