Home | Trees | Indices | Help |
|
---|
|
Provides utilities related to image writers.
Author: Kenneth J. Pronovici <pronovic@ieee.org>
|
|||
IsoImage Represents an ISO filesystem image. |
|
|||
|
|||
|
|||
|
|||
|
|
|||
logger = logging.getLogger("CedarBackup2.log.writers.util")
|
|||
MKISOFS_COMMAND =
|
|||
VOLNAME_COMMAND =
|
|||
__package__ =
|
|
Validates a configured device. The device must be an absolute path, must exist, and must be writable. The unittest flag turns off validation of the device on disk.
|
Validates a SCSI id string. SCSI id must be a string in the form
Note:
For consistency, if |
Validates a drive speed value. Drive speed must be an integer which is >= 1.
Note:
For consistency, if |
Reads the media label (volume name) from the indicated device. The
volume name is read using the
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Jan 5 14:52:04 2015 | http://epydoc.sourceforge.net |