On 04Apr2009 03:56, Sreejith K <sreejith...@gmail.com> wrote:
| Python's statvfs module contains the following indexes to use with
| os.statvfs() that contains the specified information
| statvfs.F_BSIZE
|     Preferred file system block size.
[...]
| Can anyone tell me (or give me some links to know) what are these
| values ? The first three I know, I need to know about the rest....

Since os.statvfs is a wrapper for the OS statvfs system call, I would
consult "man statvfs" on your platform. That will tell you about the OS
facility underlying the python library function.
-- 
Cameron Simpson <c...@zip.com.au> DoD#743
http://www.cskk.ezoshosting.com/cs/
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to