Support for mounting virtual image files.
Bases: object
Standard mounting operations, that can be overridden by subclasses.
The basic device operations provided are get, map and mount, to be called in that order.
Call the get, map and mnt operations.
Call the umnt, unmap, and unget operations.
Call the unmnt operation.
Make the image available as a block device in the file system.
Get a Mount instance for the device type
Parameters: |
|
---|
Get a Mount instance for the image type
Parameters: |
|
---|
Map partitions of the device to the file system namespace.
Mount the device into the file system.
Reset device paths to allow unmounting.
Release the block device from the file system namespace.
Remove partitions of the device from the file system namespace.
Unmount the device from the file system.