statvfs
Description:
get file system statistics
Returns file system statistics for any mounted file system. path
should be a file or directory in the mounted file system (
typically it is the mount point itself, but it doesn't need to be).
This is the same as the statvfs(2) system call.
Parameters:
this |
A GuestfsSession object |
Returns:
a StatVFS object, or NULL on error |