WIP: Create new Loop DeviceInterface for loop device backed by a file.
A Loop DeviceInterface has 2 methods:
- detach() to delete itself
- backingFile() which return the backing file of the device
The only implemented backend is done using udisks2
This merge request was made to facilitate the implementation of the dolphin mount-iso plugin.
Things left to do for which I need some help:
- How should I write test cases for this new loop device?
- How to implement the creation of a loop device using an iso file?
Edited by Christoph Cullmann