Hello Dan,
On 30.01.23 01:37, Dan Connolly wrote:
I'm struggling to understand how to configure the vbox6-block component.
All seems to go well until...
[runtime -> ahci-0.part_block] Warning: no policy defined for label 'vbox6-block -> block0'
You may rewrite the label to your actual Block provider, e.g. as an example (taken from my setup):
<service name="Block" label="block0"> <child name="ahci-0.part_block" label="7"/> </service>
The example routes the request to a running part_block using a ahci device, which provides partition 7 as a separate Block service.
Cheers,
Alex.