Package sysmon :: Module system :: Class Filesystem
[hide private]
[frames] | no frames]

Class Filesystem

source code

SystemPart --+
             |
            Filesystem
Known Subclasses:

Represents a filesystem.

Instance Methods [hide private]
 
size(self)
Returns the size, in bytes, of the filesystem.
source code
 
used(self)
Returns the amount of used space, in bytes, of the filesystem.
source code
 
available(self)
Returns the available space, in bytes, of the filesystem.
source code
 
device(self)
Returns the device name (the relative path from /dev).
source code
 
mount_point(self)
Returns the mount point of the drive, or None if not mounted.
source code
 
mounted(self)
Returns True if the drive is mounted, or False otherwise.
source code

Inherited from SystemPart: __init__, callback, delay, do_update, set_delay, set_system, system, update

Static Methods [hide private]

Inherited from SystemPart: null