Represents a filesystem.
|
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
|