enigma2
2.6
|
Public Member Functions | |
def | __init__ (self) |
def | getAutofsMountpoint (self, device) |
def | is_hard_mounted (self, device) |
def | get_mountdevice (self, mountpoint) |
def | get_mountpoint (self, device) |
def | is_uuidpath_mounted (self, uuidpath, mountpoint) |
def | is_fstab_mountpoint (self, device, mountpoint) |
def | get_fstab_mountstate (self, device, mountpoint) |
def | get_fstab_mountpoint (self, device) |
def | modifyFstabEntry (self, partitionPath, mountpoint, mode="add_deactivated", extopts=[], fstype="auto") |
def | blockDeviceEvent (self, data) |
def | HDDCount (self) |
def | HDDList (self) |
def | HDDEnabledCount (self) |
def | getHDD (self, part) |
def | getCD (self) |
def | getBlkidPartitionType (self, device) |
def | isMount (self, mountdir) |
def | inside_mountpoint (self, filename) |
def | isUUIDpathFsTabMount (self, uuid, mountpath) |
def | isPartitionpathFsTabMount (self, uuid, mountpath) |
def | getPartitionVars (self, hdd, partitionNum=False) |
def | cleanupMountpath (self, devname) |
def | suggestDeviceMountpath (self, uuid) |
def | changeStorageDevice (self, uuid=None, action=None, mountData=None) |
def | isConfiguredStorageDevice (self, uuid) |
def | isDefaultStorageDeviceActivebyUUID (self, uuid) |
def | getDefaultStorageDevicebyUUID (self, uuid) |
def | getConfiguredStorageDevices (self) |
def | getMountedPartitions (self, onlyhotplug=False) |
def | splitDeviceName (self, devname) |
def | getUserfriendlyDeviceName (self, dev, phys) |
def | addMountedPartition (self, device, desc) |
def | removeMountedPartition (self, mountpoint) |
def | removeMountedPartitionbyDevice (self, device) |
def | getPartitionbyUUID (self, uuid) |
def | getPartitionbyDevice (self, dev) |
def | getPartitionbyMountpoint (self, mountpoint) |
def | getDeviceNamebyUUID (self, uuid) |
def | getPartitionUUID (self, part) |
def | getDeviceDescription (self, dev) |
def | reloadExports (self) |
def | unmountPartitionbyMountpoint (self, mountpoint, device=None) |
def | unmountPartitionbyUUID (self, uuid) |
def | mountPartitionbyUUID (self, uuid) |
def | storageDeviceChanged (self, uuid) |
def | setupConfigEntries (self, initial_call=False, dev=None) |
def | configureUuidAsDefault (self, uuid, device) |
def | isInitializedByEnigma2 (self, hdd) |
def | verifyInstalledStorageDevices (self) |
def | mountDreamboxData (self) |
Public Attributes | |
hdd | |
cd | |
partitions | |
delayed_device_Notifier | |
onUnMount_Notifier | |
on_partition_list_change | |
Static Public Attributes | |
string | EVENT_MOUNT = "mount" |
string | EVENT_UNMOUNT = "unmount" |
def Components.Harddisk.HarddiskManager.__init__ | ( | self | ) |
def Components.Harddisk.HarddiskManager.addMountedPartition | ( | self, | |
device, | |||
desc | |||
) |
def Components.Harddisk.HarddiskManager.blockDeviceEvent | ( | self, | |
data | |||
) |
def Components.Harddisk.HarddiskManager.changeStorageDevice | ( | self, | |
uuid = None , |
|||
action = None , |
|||
mountData = None |
|||
) |
def Components.Harddisk.HarddiskManager.cleanupMountpath | ( | self, | |
devname | |||
) |
def Components.Harddisk.HarddiskManager.configureUuidAsDefault | ( | self, | |
uuid, | |||
device | |||
) |
def Components.Harddisk.HarddiskManager.get_fstab_mountpoint | ( | self, | |
device | |||
) |
def Components.Harddisk.HarddiskManager.get_fstab_mountstate | ( | self, | |
device, | |||
mountpoint | |||
) |
def Components.Harddisk.HarddiskManager.get_mountdevice | ( | self, | |
mountpoint | |||
) |
def Components.Harddisk.HarddiskManager.get_mountpoint | ( | self, | |
device | |||
) |
def Components.Harddisk.HarddiskManager.getAutofsMountpoint | ( | self, | |
device | |||
) |
def Components.Harddisk.HarddiskManager.getBlkidPartitionType | ( | self, | |
device | |||
) |
def Components.Harddisk.HarddiskManager.getCD | ( | self | ) |
def Components.Harddisk.HarddiskManager.getConfiguredStorageDevices | ( | self | ) |
def Components.Harddisk.HarddiskManager.getDefaultStorageDevicebyUUID | ( | self, | |
uuid | |||
) |
def Components.Harddisk.HarddiskManager.getDeviceDescription | ( | self, | |
dev | |||
) |
def Components.Harddisk.HarddiskManager.getDeviceNamebyUUID | ( | self, | |
uuid | |||
) |
def Components.Harddisk.HarddiskManager.getHDD | ( | self, | |
part | |||
) |
def Components.Harddisk.HarddiskManager.getMountedPartitions | ( | self, | |
onlyhotplug = False |
|||
) |
def Components.Harddisk.HarddiskManager.getPartitionbyDevice | ( | self, | |
dev | |||
) |
def Components.Harddisk.HarddiskManager.getPartitionbyMountpoint | ( | self, | |
mountpoint | |||
) |
def Components.Harddisk.HarddiskManager.getPartitionbyUUID | ( | self, | |
uuid | |||
) |
def Components.Harddisk.HarddiskManager.getPartitionUUID | ( | self, | |
part | |||
) |
def Components.Harddisk.HarddiskManager.getPartitionVars | ( | self, | |
hdd, | |||
partitionNum = False |
|||
) |
def Components.Harddisk.HarddiskManager.getUserfriendlyDeviceName | ( | self, | |
dev, | |||
phys | |||
) |
def Components.Harddisk.HarddiskManager.HDDCount | ( | self | ) |
def Components.Harddisk.HarddiskManager.HDDEnabledCount | ( | self | ) |
def Components.Harddisk.HarddiskManager.HDDList | ( | self | ) |
def Components.Harddisk.HarddiskManager.inside_mountpoint | ( | self, | |
filename | |||
) |
def Components.Harddisk.HarddiskManager.is_fstab_mountpoint | ( | self, | |
device, | |||
mountpoint | |||
) |
def Components.Harddisk.HarddiskManager.is_hard_mounted | ( | self, | |
device | |||
) |
def Components.Harddisk.HarddiskManager.is_uuidpath_mounted | ( | self, | |
uuidpath, | |||
mountpoint | |||
) |
def Components.Harddisk.HarddiskManager.isConfiguredStorageDevice | ( | self, | |
uuid | |||
) |
def Components.Harddisk.HarddiskManager.isDefaultStorageDeviceActivebyUUID | ( | self, | |
uuid | |||
) |
def Components.Harddisk.HarddiskManager.isInitializedByEnigma2 | ( | self, | |
hdd | |||
) |
def Components.Harddisk.HarddiskManager.isMount | ( | self, | |
mountdir | |||
) |
def Components.Harddisk.HarddiskManager.isPartitionpathFsTabMount | ( | self, | |
uuid, | |||
mountpath | |||
) |
def Components.Harddisk.HarddiskManager.isUUIDpathFsTabMount | ( | self, | |
uuid, | |||
mountpath | |||
) |
def Components.Harddisk.HarddiskManager.modifyFstabEntry | ( | self, | |
partitionPath, | |||
mountpoint, | |||
mode = "add_deactivated" , |
|||
extopts = [] , |
|||
fstype = "auto" |
|||
) |
def Components.Harddisk.HarddiskManager.mountDreamboxData | ( | self | ) |
def Components.Harddisk.HarddiskManager.mountPartitionbyUUID | ( | self, | |
uuid | |||
) |
def Components.Harddisk.HarddiskManager.reloadExports | ( | self | ) |
def Components.Harddisk.HarddiskManager.removeMountedPartition | ( | self, | |
mountpoint | |||
) |
def Components.Harddisk.HarddiskManager.removeMountedPartitionbyDevice | ( | self, | |
device | |||
) |
def Components.Harddisk.HarddiskManager.setupConfigEntries | ( | self, | |
initial_call = False , |
|||
dev = None |
|||
) |
def Components.Harddisk.HarddiskManager.splitDeviceName | ( | self, | |
devname | |||
) |
def Components.Harddisk.HarddiskManager.storageDeviceChanged | ( | self, | |
uuid | |||
) |
def Components.Harddisk.HarddiskManager.suggestDeviceMountpath | ( | self, | |
uuid | |||
) |
def Components.Harddisk.HarddiskManager.unmountPartitionbyMountpoint | ( | self, | |
mountpoint, | |||
device = None |
|||
) |
def Components.Harddisk.HarddiskManager.unmountPartitionbyUUID | ( | self, | |
uuid | |||
) |
def Components.Harddisk.HarddiskManager.verifyInstalledStorageDevices | ( | self | ) |
Components.Harddisk.HarddiskManager.cd |
Components.Harddisk.HarddiskManager.delayed_device_Notifier |
|
static |
|
static |
Components.Harddisk.HarddiskManager.hdd |
Components.Harddisk.HarddiskManager.on_partition_list_change |
Components.Harddisk.HarddiskManager.onUnMount_Notifier |
Components.Harddisk.HarddiskManager.partitions |